mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-23 15:36:47 +00:00
Improve BAD JSON error message
Simplified the message so the two options match the two modal buttons. Bug: T256574 Change-Id: I9882871d57968c9e68e7ee3acac9ec32bf6e487f
This commit is contained in:
parent
3309c07e73
commit
571ffba5fb
|
@ -42,7 +42,7 @@
|
|||
"templatedata-doc-params": "Template parameters",
|
||||
"templatedata-doc-subpage": "doc",
|
||||
"templatedata-editbutton": "Edit template data",
|
||||
"templatedata-errormsg-jsonbadformat": "Bad JSON format. You can cancel this operation so you can correct it, delete the current <templatedata> tags and try again, or continue to replace the current template data with a new one.",
|
||||
"templatedata-errormsg-jsonbadformat": "Bad JSON format. You can cancel this operation so you can correct or remove it, or continue to replace the current template data with a new one.",
|
||||
"templatedata-errormsg-insertblank": "Are you sure you want to insert template data with no information?",
|
||||
"templatedata-exists-on-related-page": "Please note: there is already a template data block on the related page \"[[$1]]\".",
|
||||
"templatedata-helplink": "Information about template data",
|
||||
|
|
Loading…
Reference in a new issue