diff --git a/typo3/sysext/indexed_search/Resources/Private/Templates/Administration/Statistic.html b/typo3/sysext/indexed_search/Resources/Private/Templates/Administration/Statistic.html index 3e9cf331617ba748d9815fc1c525026c0bb9e163..6378b781701462d6bff471f4d715ce2080c35edf 100644 --- a/typo3/sysext/indexed_search/Resources/Private/Templates/Administration/Statistic.html +++ b/typo3/sysext/indexed_search/Resources/Private/Templates/Administration/Statistic.html @@ -143,7 +143,10 @@ </div> </f:then> <f:else> - <h2><f:translate key="administration.noPageSelected" /></h2> + <f:be.infobox + message="{f:translate(key:'LLL:EXT:indexed_search/Resources/Private/Language/locallang.xlf:administration.noPageSelected')}" + state="-1" + /> </f:else> </f:if> </f:section>