+
+
+
+
+
+
+
+
+ {dashboard?.title ?? getNewDashboardTitle()}
+
+
+
+
+
- >
+
);
};
@@ -146,7 +157,10 @@ export const DashboardUnsavedListing = ({ redirectTo }: { redirectTo: DashboardR
return items.length === 0 ? null : (
<>
- 1)}>
+ 1)}
+ >
{items}
diff --git a/src/plugins/dashboard/public/dashboard_strings.ts b/src/plugins/dashboard/public/dashboard_strings.ts
index ba409d064dd82..b80d8df03743f 100644
--- a/src/plugins/dashboard/public/dashboard_strings.ts
+++ b/src/plugins/dashboard/public/dashboard_strings.ts
@@ -358,7 +358,7 @@ export const dashboardListingTable = {
export const dashboardUnsavedListingStrings = {
getUnsavedChangesTitle: (plural = false) =>
i18n.translate('dashboard.listing.unsaved.unsavedChangesTitle', {
- defaultMessage: 'You have unsaved changes in the following {dash}',
+ defaultMessage: 'You have unsaved changes in the following {dash}.',
values: {
dash: plural
? dashboardListingTable.getEntityNamePlural()