Add missing error message to create/update category mutation
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user