diff --git a/src/core/client/admin/routes/Configure/NavigationWarningContainer.tsx b/src/core/client/admin/routes/Configure/NavigationWarningContainer.tsx index e772c0cf9..717893fcd 100644 --- a/src/core/client/admin/routes/Configure/NavigationWarningContainer.tsx +++ b/src/core/client/admin/routes/Configure/NavigationWarningContainer.tsx @@ -20,7 +20,7 @@ class NavigationWarningContainer extends React.Component { 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(() => diff --git a/src/locales/en-US/admin.ftl b/src/locales/en-US/admin.ftl index 732b01231..3d98fc896 100644 --- a/src/locales/en-US/admin.ftl +++ b/src/locales/en-US/admin.ftl @@ -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