diff --git a/i18n/en.pot b/i18n/en.pot
index 0e6ac05309..d973829b57 100644
--- a/i18n/en.pot
+++ b/i18n/en.pot
@@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"POT-Creation-Date: 2024-12-15T15:25:38.375Z\n"
-"PO-Revision-Date: 2024-12-15T15:25:38.375Z\n"
+"POT-Creation-Date: 2025-01-15T14:47:08.321Z\n"
+"PO-Revision-Date: 2025-01-15T14:47:08.321Z\n"
msgid "Choose one or more dates..."
msgstr "Choose one or more dates..."
@@ -749,6 +749,24 @@ msgstr ""
"The category option is not valid for the selected organisation unit. Please "
"select a valid combination."
+msgid "Report data"
+msgstr "Report data"
+
+msgid "choose a registering unit and program, then click the New button"
+msgstr "choose a registering unit and program, then click the New button"
+
+msgid "Search for something"
+msgstr "Search for something"
+
+msgid "click the Search button. Choose a program to only search in that program"
+msgstr "click the Search button. Choose a program to only search in that program"
+
+msgid "See existing data"
+msgstr "See existing data"
+
+msgid "choose a registering unit and program"
+msgstr "choose a registering unit and program"
+
msgid "Please select {{category}}."
msgstr "Please select {{category}}."
diff --git a/src/core_modules/capture-core/components/Pages/MainPage/MainPage.component.js b/src/core_modules/capture-core/components/Pages/MainPage/MainPage.component.js
index 5c9952f28d..45c7318ad0 100644
--- a/src/core_modules/capture-core/components/Pages/MainPage/MainPage.component.js
+++ b/src/core_modules/capture-core/components/Pages/MainPage/MainPage.component.js
@@ -15,6 +15,7 @@ import { TemplateSelector } from '../../TemplateSelector';
import {
InvalidCategoryCombinationForOrgUnitMessage,
} from './InvalidCategoryCombinationForOrgUnitMessage/InvalidCategoryCombinationForOrgUnitMessage';
+import { NoSelectionsInfoBox } from './NoSelectionsInfoBox';
const getStyles = () => ({
listContainer: {
@@ -63,6 +64,9 @@ const MainPagePlain = ({
<>
{showMainPage ? (
<>
+ {MainPageStatus === MainPageStatuses.DEFAULT && (
+