RED-9824: fixed toaster notification message for edit annotation action.
This commit is contained in:
parent
e5a3366ec7
commit
be743fa9d7
@ -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}",
|
||||
|
||||
@ -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}",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user