{
noFooter
settingsPage
noSideNavigation
- backout={{ title: __('Settings'), backLabel: __('Done') }}
+ backout={{ title: __('Settings'), backLabel: __('Back') }}
className="card-stack"
>
-
-
-
- {!isAuthenticated && IS_WEB && (
- <>
-
-
-
-
-
- }
- />
-
- >
- )}
-
- {!IS_WEB && noDaemonSettings ? (
-
- {__('Failed to load settings.')}
-
- ) : (
-
-
-
-
-
+ {!isAuthenticated && IS_WEB && (
+ <>
+
+
+
+
+
+ }
+ />
- )}
-
+ >
+ )}
+
+ {!IS_WEB && noDaemonSettings ? (
+
+ {__('Failed to load settings.')}
+
+ ) : (
+
+
+
+
+
+
+ )}
);
}