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:
infinite-persistence 2021-12-23 16:49:18 +08:00 committed by Thomas Zarebczan
parent d7e3127e65
commit 2ea37e7708

View file

@ -44,7 +44,7 @@ class SettingsPage extends React.PureComponent<Props> {
noFooter
settingsPage
noSideNavigation
backout={{ title: __('Settings'), backLabel: __('Back') }}
backout={{ title: __('Settings'), backLabel: __('Save') }}
className="card-stack"
>
{!isAuthenticated && IS_WEB && (