improve translations

This commit is contained in:
Oleksandr Turchyn
2024-10-07 14:58:28 +03:00
parent cf1b0a4c16
commit 94e552d170
4 changed files with 11 additions and 11 deletions
@@ -330,7 +330,7 @@ export default {
this.$emit('update:model-value', submitter.uuid)
},
remove (submitter) {
if (window.confirm(this.t('are_you_sure'))) {
if (window.confirm(this.t('are_you_sure_'))) {
this.$emit('remove', submitter)
}
},