mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 16:37:54 +08:00
better unsaved changes error message (#2734)
This commit is contained in:
committed by
Kim Gardner
parent
08ead49629
commit
c109188efe
@@ -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(() =>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user