RED-9824: fixed toaster notification message for edit annotation action.

This commit is contained in:
Nicoleta Panaghiu 2024-08-21 11:36:19 +03:00
parent e5a3366ec7
commit be743fa9d7
2 changed files with 4 additions and 4 deletions

View File

@ -321,8 +321,8 @@
"success": "Schwärzung eingefügt!"
},
"recategorize-annotation": {
"error": "",
"success": ""
"error": "Bearbeiten des Typs fehlgeschlagen: {error}",
"success": "Annotation wurde bearbeitet: {changes} geändert."
},
"recategorize-image": {
"error": "Rekategorisierung des Bildes gescheitert: {error}",

View File

@ -321,8 +321,8 @@
"success": "Annotation added!"
},
"recategorize-annotation": {
"error": "",
"success": ""
"error": "Failed to edit type: {error}",
"success": "Annotation was edited: Changed {changes}."
},
"recategorize-image": {
"error": "Failed to recategorize image: {error}",