Skip to content

Commit f1594c3

Browse files
committed
Fix new file modal title
1 parent d2ffe78 commit f1594c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/app/components/site/pages/edit-mod/edit-mod-file-uploader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<m-form-modal
3939
v-if="currentFile"
4040
v-model="showEditFile"
41-
:title="!currentFile.id ? $t('create_file') : $t('edit_file')"
41+
:title="!currentFile.id ? $t('new_file') : $t('edit_file')"
4242
size="lg"
4343
:can-submit="canSubmitFile"
4444
:close-on-click-outside="false"

0 commit comments

Comments
 (0)