diff --git a/typo3/sysext/sys_action/Classes/ActionTask.php b/typo3/sysext/sys_action/Classes/ActionTask.php index 1622b440f8bb..92bcc0c094bf 100644 --- a/typo3/sysext/sys_action/Classes/ActionTask.php +++ b/typo3/sysext/sys_action/Classes/ActionTask.php @@ -843,7 +843,7 @@ protected function viewSqlQuery($record) . '&id=' . '&SET[function]=search' . '&SET[search]=query' . '&storeControl[STORE]=-' . $record['uid'] . '&storeControl[LOAD]=1') . '">' - . $this->iconFactory->getIcon('actions-document-info', Icon::SIZE_SMALL)->render() . ' ' + . $this->iconFactory->getIcon('actions-open', Icon::SIZE_SMALL)->render() . ' ' . $this->getLanguageService()->getLL(($queryIsEmpty ? 'action_createQuery' : 'action_editQuery')) . ''; }