29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-30 17:13:41 +00:00

Fix attribute name for module quicicon

This commit is contained in:
chmst 2019-05-06 12:14:18 +02:00
parent aff33fe5f8
commit 6b1357e7f1

View File

@ -232,7 +232,7 @@ abstract class QuickIconHelper
'amount' => $amount,
'link' => Route::_('index.php?option=com_modules'),
'image' => 'fa fa-puzzle-piece',
'text' => Text::plural('MOD_QUICKICON_MODULE_MANAGER', $amount),
'name' => Text::plural('MOD_QUICKICON_MODULE_MANAGER', $amount),
'addwhat' => Text::plural('MOD_QUICKICON_MODULE_MANAGER', 1),
'linkadd' => Route::_('index.php?option=com_categories&task=type.select'),
'access' => array('core.manage', 'com_modules'),