Passed
Push — master ( 62e46d...e4833f )
by
unknown
15:08
created
typo3/sysext/backend/Classes/Template/ModuleTemplate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -553,7 +553,7 @@
 block discarded – undo
553 553
             $this->iconFactory->getIcon('actions-system-shortcut-active', Icon::SIZE_SMALL)->render() . '</a>';
554 554
         }
555 555
 
556
-        $confirmationText =  $this->getLanguageService()->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.makeBookmark');
556
+        $confirmationText = $this->getLanguageService()->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.makeBookmark');
557 557
         $onClick = 'top.TYPO3.ShortcutMenu.createShortcut('
558 558
             . GeneralUtility::quoteJSvalue($routeIdentifier)
559 559
             . ', ' . GeneralUtility::quoteJSvalue($arguments)
Please login to merge, or discard this patch.