Skip to content

Commit b557c2c

Browse files
committed
fix: update dialog title to use localized term for 'view'
1 parent 30884d3 commit b557c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/features/view/ViewForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<DialogHeader class="space-y-1">
55
<DialogTitle
66
>{{ view?.id ? $t('globals.messages.edit') : $t('globals.messages.create') }}
7-
view
7+
{{ $t('globals.terms.view') }}
88
</DialogTitle>
99
<DialogDescription>
1010
{{ $t('view.form.description') }}

0 commit comments

Comments
 (0)