diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index a38efa38c..371826da1 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -38,6 +38,7 @@ "DashboardPage.CenterPanel.ChangeChannels": "Use the switcher to easily change channels", "DashboardPage.CenterPanel.NoWorkspaces": "Sorry, we could not find any channels matching that term", "DashboardPage.CenterPanel.NoWorkspacesDescription": "Please try searching for another term", + "DashboardPage.showEmpty": "Show empty", "DashboardPage.title": "Dashboard", "Dialog.closeDialog": "Close dialog", "EditableDayPicker.today": "Today", diff --git a/webapp/src/pages/dashboard/__snapshots__/centerContent.test.tsx.snap b/webapp/src/pages/dashboard/__snapshots__/centerContent.test.tsx.snap index 05c625d93..e289a22b5 100644 --- a/webapp/src/pages/dashboard/__snapshots__/centerContent.test.tsx.snap +++ b/webapp/src/pages/dashboard/__snapshots__/centerContent.test.tsx.snap @@ -13,6 +13,18 @@ exports[`pages/dashboard/CenterContent base case 1`] = ` > Dashboard +
+ Show empty +
+
+
+