User tests: Successful: Unsuccessful:
See #24833 (comment)
same results as in #24833 without modifying the lang string and adding a comment
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Language & Strings Front End Plugins |
Labels |
Added:
?
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-05-09 08:35:47 |
Closed_By | ⇒ | wilsonge |
If "Main" is only used to be displayed in the dropdown as "Main Content" (In English), then we can modify the js (Are we allowed to?) to use val = this.config.contentLabel;
and modify the string to make it multilang aware by using a simple phrase.
val = this.config.contentLabel;
In that case the space will be unnecessary.
PLG_SYSTEM_SKIPTO_CONTENT="Main Content"
We're not allowed to modify the JS
Thanks