Skip to content

Commit

Permalink
delete unneeded strings
Browse files Browse the repository at this point in the history
  • Loading branch information
rshen91 committed Nov 6, 2024
1 parent 4393643 commit f76a194
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,6 @@ export const unsavedChangesBadgeStrings = {
}),
};

export const leaveConfirmStrings = {
getLeaveTitle: () =>
i18n.translate('dashboard.appLeaveConfirmModal.unsavedChangesTitle', {
defaultMessage: 'Unsaved changes',
}),
getLeaveSubtitle: () =>
i18n.translate('dashboard.appLeaveConfirmModal.unsavedChangesSubtitle', {
defaultMessage: 'Leave Dashboard with unsaved work?',
}),
getLeaveCancelButtonText: () =>
i18n.translate('dashboard.appLeaveConfirmModal.cancelButtonLabel', {
defaultMessage: 'Cancel',
}),
};

export const getCreateVisualizationButtonTitle = () =>
i18n.translate('dashboard.solutionToolbar.addPanelButtonLabel', {
defaultMessage: 'Create visualization',
Expand Down

0 comments on commit f76a194

Please sign in to comment.