Add missing error message to create/update category mutation

This commit is contained in:
schroda
2025-03-16 23:24:32 +01:00
parent a2acddab5f
commit 180b975063
3 changed files with 21 additions and 11 deletions

View File

@@ -9,6 +9,7 @@
},
"error": {
"label": {
"create_failure": "Could not create category",
"empty": "The category is empty",
"request_failure": "Could not load categories"
},
@@ -511,6 +512,14 @@
},
"value": "{{value}}{{unit}}"
},
"history": {
"error": {
"label": {
"no_history_available": "You have not read any series yet."
}
},
"title": "History"
},
"hotkeys": {
"create": {
"dialog": {
@@ -1522,13 +1531,5 @@
}
},
"title": "Updates"
},
"history": {
"error": {
"label": {
"no_history_available": "You have not read any series yet."
}
},
"title": "History"
}
}