mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
Modules: Fixed menu entry text
This commit is contained in:
parent
8eae11ae62
commit
2b03bb3568
@ -102,7 +102,7 @@ class InstalledModuleControls extends Menu
|
||||
if (MarketplaceModule::isEnabled()) {
|
||||
$this->addEntry(new MenuLink([
|
||||
'id' => 'info',
|
||||
'label' => Yii::t('AdminModule.base', 'Information'),
|
||||
'label' => Yii::t('AdminModule.base', 'Show in marketplace'),
|
||||
'url' => ['/marketplace/browse', 'keyword' => $this->module->id, 'tags' => ''],
|
||||
'icon' => 'info-circle',
|
||||
'sortOrder' => 600,
|
||||
|
Loading…
x
Reference in New Issue
Block a user