better unsaved changes error message (#2734)

This commit is contained in:
Tessa Thornton
2019-12-02 19:03:10 -05:00
committed by Kim Gardner
parent 08ead49629
commit c109188efe
2 changed files with 2 additions and 2 deletions
@@ -20,7 +20,7 @@ class NavigationWarningContainer extends React.Component<Props> {
const warningMessage = getMessage(
props.localeBundles,
"configure-unsavedInputWarning",
"You have unsaved input. Are you sure you want to leave this page?"
"You have unsaved changes. Are you sure you want to continue?"
);
this.removeTransitionHook = props.router.addTransitionHook(() =>
+1 -1
View File
@@ -69,7 +69,7 @@ login-signInWithOIDC = Sign in with { $name }
## Configure
configure-unsavedInputWarning =
You have unsaved input. Are you sure you want to leave this page?
You have unsaved changes. Are you sure you want to continue?
configure-sideBarNavigation-general = General
configure-sideBarNavigation-authentication = Authentication