Add error handling for nobility advancement in NobilityView: Implemented specific error messages for cooldown and unmet requirements, enhancing user feedback during advancement attempts.
This commit is contained in:
@@ -196,7 +196,12 @@
|
||||
}
|
||||
},
|
||||
"nobility": {
|
||||
"cooldown": "You can only advance again on {date}."
|
||||
"cooldown": "You can only advance again on {date}.",
|
||||
"errors": {
|
||||
"tooSoon": "Advancement too soon.",
|
||||
"unmet": "The following requirements are not met:",
|
||||
"generic": "Advancement failed."
|
||||
}
|
||||
},
|
||||
"branchProduction": {
|
||||
"storageAvailable": "Free storage"
|
||||
|
||||
Reference in New Issue
Block a user