Skip to content

Commit

Permalink
fix(OptionSyncFolder): Add missing description
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Dec 8, 2023
1 parent 272258b commit 8d69ded
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/components/OptionSyncFolder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<div class="text-h6">
{{ t('LabelLocaltarget') }}
</div>
<div class="caption">
{{ t('DescriptionLocaltarget') }}
</div>
<v-radio-group
v-model="mode"
column>
Expand Down

0 comments on commit 8d69ded

Please sign in to comment.