Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Adis Durakovic committed Mar 16, 2024
1 parent 7e491f7 commit 09dc721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Repository/New.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<PathAutocomplete title="Select local folder" @selected="(p) => (newRepository.path = p)" />
<p class="text-xs opacity-70">Path must be either an empty folder or an existing repository</p>
<UDivider label="OR" class="my-3" />
<UInput v-model="newRepository.path" placeholder="Other folder like smtp: rclone:, etc.." />
<UInput v-model="newRepository.path" placeholder="Other folder like sftp: rclone:, etc.." />
<p class="text-xs text-yellow-500">Remote folder scheme must bei sftp: or rclone: or rest:</p>
<UButtonGroup class="flex mt-5">
<UInput v-model="newRepository.password" :type="pwType" placeholder="Password" class="flex-grow" />
Expand Down

0 comments on commit 09dc721

Please sign in to comment.