Skip to content

Commit

Permalink
copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Feb 18, 2021
1 parent 0ac10bc commit 152e0b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/dashboard/public/dashboard_strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,11 @@ export const leaveConfirmStrings = {
export const leaveEditModeConfirmStrings = {
getLeaveEditModeTitle: () =>
i18n.translate('dashboard.changeViewModeConfirmModal.leaveEditModeTitle', {
defaultMessage: 'You have pending changes',
defaultMessage: 'You have unsaved changes',
}),
getLeaveEditModeSubtitle: () =>
i18n.translate('dashboard.changeViewModeConfirmModal.description', {
defaultMessage: `You may return to view mode without losing your changes. If you discard your changes, there's no getting them back.`,
defaultMessage: `You can keep or discard your changes on return to view mode. You can't recover discarded changes.`,
}),
getLeaveEditModeKeepChangesText: () =>
i18n.translate('dashboard.changeViewModeConfirmModal.keepUnsavedChangesButtonLabel', {
Expand All @@ -275,7 +275,7 @@ export const leaveEditModeConfirmStrings = {
}),
getLeaveEditModeCancelButtonText: () =>
i18n.translate('dashboard.changeViewModeConfirmModal.cancelButtonLabel', {
defaultMessage: 'Cancel',
defaultMessage: 'Continue editing',
}),
};

Expand Down

0 comments on commit 152e0b6

Please sign in to comment.