diff --git a/typo3/sysext/workspaces/Resources/Private/Language/locallang.xlf b/typo3/sysext/workspaces/Resources/Private/Language/locallang.xlf
index fd4763246efe7ec310243c706d4e49dd4758e25c..3e9364b4e0757bec3bcdb1634b23303c391041d5 100644
--- a/typo3/sysext/workspaces/Resources/Private/Language/locallang.xlf
+++ b/typo3/sysext/workspaces/Resources/Private/Language/locallang.xlf
@@ -7,7 +7,7 @@
 				<source>Workspaces</source>
 			</trans-unit>
 			<trans-unit id="noResults" resname="noResults">
-				<source>No records found</source>
+				<source>No records found.</source>
 			</trans-unit>
 			<trans-unit id="ok" resname="ok">
 				<source>Ok</source>
diff --git a/typo3/sysext/workspaces/Resources/Private/Partials/WorkingTable.html b/typo3/sysext/workspaces/Resources/Private/Partials/WorkingTable.html
index d8f155a76e03eeeb927f4f58d45c9e8aee3c2d2a..ba3f08d8f726f37fb32cbfbd3d6389fde0c13ee9 100644
--- a/typo3/sysext/workspaces/Resources/Private/Partials/WorkingTable.html
+++ b/typo3/sysext/workspaces/Resources/Private/Partials/WorkingTable.html
@@ -58,9 +58,10 @@
                 <typo3-workspaces-record-table></typo3-workspaces-record-table>
             </div>
             <div id="workspace-contents-empty" style="display: none">
-                <div class="shadow-sm bg-info bg-gradient p-3">
-                    <f:translate key="LLL:EXT:workspaces/Resources/Private/Language/locallang.xlf:noResults" />
-                </div>
+                <f:be.infobox
+                    message="{f:translate(key:'LLL:EXT:workspaces/Resources/Private/Language/locallang.xlf:noResults')}"
+                    state="-2"
+                />
             </div>
         </div>
         <f:render section="multiRecordSelectionActions" arguments="{stageActions: stageActions, availableStages: availableStages, showEntireWorkspaceDropDown: showEntireWorkspaceDropDown, position: 'bottom'}" />