You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alert.addAction(UIAlertAction(title:Strings.pulseAlertConfirm, style:.default, handler:{ _ in
@@ -97,9 +97,8 @@ class ExperimentalFeaturesDataProvider: ExperimentalFeaturesViewModel.DataProvid
97
97
staticleteditorFeedbackAccept=NSLocalizedString("experimentalFeatures.editorFeedbackAccept", value:"Send feedback", comment:"Accept button title for the alert asking for feedback")
98
98
staticleteditorNote=NSLocalizedString("experimentalFeatures.editorNote", value:"Experimental Block Editor will become the default in a future release and the ability to disable it will be removed.", comment:"Communicates the future removal of the option to disable the experimental editor, displayed beneath the experimental features list")
99
99
100
-
staticletpulseAlertTitle=NSLocalizedString("experimentalFeatures.pulse.alert.title", value:"Enable Pulse Logging?", comment:"Alert title when enabling Pulse logging feature")
101
-
staticletpulseAlertMessage=NSLocalizedString("experimentalFeatures.pulse.alert.message", value:"This will enable extensive local logging for debugging purposes and add a new Logger row in App Settings. This is not recommended unless you know what you're doing. The app will restart to apply changes.", comment:"Alert message explaining Pulse logging feature and warning users")
102
-
staticletpulseAlertConfirm=NSLocalizedString("experimentalFeatures.pulse.alert.confirm", value:"Apply & Restart", comment:"Button to confirm enabling Pulse logging and restart the app")
103
-
staticletpulseAlertCancel=NSLocalizedString("experimentalFeatures.pulse.alert.cancel", value:"Cancel", comment:"Button to cancel enabling Pulse logging")
100
+
staticletpulseAlertTitle=NSLocalizedString("experimentalFeatures.extensiveLogging.alert.title", value:"Enable Extensive Logging?", comment:"Alert title when enabling Pulse logging feature")
101
+
staticletpulseAlertMessage=NSLocalizedString("experimentalFeatures.extensiveLogging.alert.message", value:"This will enable extensive local logging for debugging purposes and add a new Logger row in App Settings. This is not recommended unless you know what you're doing. The app will restart to apply changes.", comment:"Alert message explaining Pulse logging feature and warning users")
102
+
staticletpulseAlertConfirm=NSLocalizedString("experimentalFeatures.extensiveLogging.alert.confirm", value:"Apply & Restart", comment:"Button to confirm enabling Pulse logging and restart the app")
0 commit comments