Settings: Change button from "Back" to "Save"
Changes aren't being saved until user leaves the page, so this change would reflect that better.
This commit is contained in:
parent
d7e3127e65
commit
2ea37e7708
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class SettingsPage extends React.PureComponent<Props> {
|
||||||
noFooter
|
noFooter
|
||||||
settingsPage
|
settingsPage
|
||||||
noSideNavigation
|
noSideNavigation
|
||||||
backout={{ title: __('Settings'), backLabel: __('Back') }}
|
backout={{ title: __('Settings'), backLabel: __('Save') }}
|
||||||
className="card-stack"
|
className="card-stack"
|
||||||
>
|
>
|
||||||
{!isAuthenticated && IS_WEB && (
|
{!isAuthenticated && IS_WEB && (
|
||||||
|
|
Loading…
Reference in a new issue