Skip to content

Commit 087c8ad

Browse files
committed
fix: incorrect label in macro form team select combobox
1 parent 65cac84 commit 087c8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/features/admin/macros/MacroForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<FormField v-if="form.values.visibility === 'team'" v-slot="{ componentField }" name="team_id">
6666
<FormItem>
67-
<FormLabel>{{ t('globals.terms.user') }}</FormLabel>
67+
<FormLabel>{{ t('globals.terms.team') }}</FormLabel>
6868
<FormControl>
6969
<ComboBox
7070
v-bind="componentField"

0 commit comments

Comments
 (0)