mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Improved error message for URL Service 503s
- simplify language + consistency with other similar messages
This commit is contained in:
parent
7f3a31b350
commit
0dd619b688
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@
|
|||
},
|
||||
"general": {
|
||||
"maintenance": "Ghost is currently undergoing maintenance, please wait a moment then retry.",
|
||||
"maintenanceUrlService": "Ghost currently generates your blog urls. Please try again.",
|
||||
"maintenanceUrlService": "Ghost is starting up, please wait a moment then retry.",
|
||||
"requiredOnFuture": "This will be required in future. Please see {link}",
|
||||
"internalError": "Something went wrong.",
|
||||
"jsonParse": "Could not parse JSON: {context}."
|
||||
|
|
Loading…
Add table
Reference in a new issue