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
+1 -1
View File
@@ -1355,7 +1355,7 @@ export default {
this.save()
},
onDocumentRemove (item) {
if (window.confirm(this.t('are_you_sure'))) {
if (window.confirm(this.t('are_you_sure_'))) {
this.template.schema.splice(this.template.schema.indexOf(item), 1)
}