Skip to content
Snippets Groups Projects
Commit 55be5f0f authored by Benni Mack's avatar Benni Mack Committed by Christian Kuhn
Browse files

[FOLLOWUP][CLEANUP] Streamline backend toolbar items

Showing the composer mode label was not translated anymore while cleaning up.

Resolves: #80554
Releases: master
Change-Id: I61ad3087f10533b82870aedd4ee42d55d76d09e3
Reviewed-on: https://review.typo3.org/52263


Reviewed-by: default avatarThomas Hohn <thomas@hohn.dk>
Tested-by: default avatarThomas Hohn <thomas@hohn.dk>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 88c8cb80
Branches
Tags
No related merge requests found
......@@ -172,7 +172,7 @@ class SystemInformationToolbarItem implements ToolbarItemInterface
$this->systemInformation[] = [
'title' => 'LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:toolbarItems.sysinfo.composerMode',
'value' => 'LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:labels.enabled',
'value' => $GLOBALS['LANG']->sL('LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:labels.enabled'),
'iconIdentifier' => 'sysinfo-composer-mode'
];
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment