The edit module icon in the backend has a title "Edit site" or "Edit system" and so on. I think it would be more appropriate to name it more detailed. "Edit the System information Module" or similar. "Edit System" would lead me to the configuration rather than to the module. Behind "Edit Sample Data" I would also expect something different.
Labels |
Added:
?
|
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
The title for the cog icon is defined by the module title
<span class="sr-only"><?php echo Text::_('JACTION_EDIT') . ' ' . $module->title; ?></span>
Change the modules titles and you will get what you need.
Imho we have another issue in the sense that it does not use at least a sprintf for multilingual better use.
We need a new constant, for example JACTION_EDIT_MODULE
JACTION_EDIT_MODULE="Edit the '%s' module"
code would be:
<?php echo Text::sprintf('JACTION_EDIT_MODULE', $module->title); ?>
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-09-23 15:52:42 |
Closed_By | ⇒ | Quy |
Please test PR #26382
You are correct
But currently the option in that submenu are actually incorrect so I would like to wait until that is resolved before resolving the text