From c109188efe39b5fb030e832afaa0dfaa57d627f0 Mon Sep 17 00:00:00 2001 From: Tessa Thornton Date: Mon, 2 Dec 2019 19:03:10 -0500 Subject: [PATCH] better unsaved changes error message (#2734) --- .../admin/routes/Configure/NavigationWarningContainer.tsx | 2 +- src/locales/en-US/admin.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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