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
@@ -181,7 +184,8 @@ class DebugMenuViewController: UITableViewController {
181
184
staticletfeatureFlags=NSLocalizedString("Feature flags", comment:"Title of the Feature Flags screen used in debug builds of the app")
182
185
staticlettools=NSLocalizedString("Tools", comment:"Title of the Tools section of the debug screen used in debug builds of the app")
183
186
staticletsandboxStoreCookieSecretRow=NSLocalizedString("Use Sandbox Store", comment:"Title of a row displayed on the debug screen used to configure the sandbox store use in the App.")
184
-
staticletquickStartRow=NSLocalizedString("Enable Quick Start for Site", comment:"Title of a row displayed on the debug screen used in debug builds of the app")
187
+
staticletquickStartForNewSiteRow=NSLocalizedString("Enable Quick Start for New Site", comment:"Title of a row displayed on the debug screen used in debug builds of the app")
188
+
staticletquickStartForExistingSiteRow=NSLocalizedString("Enable Quick Start for Existing Site", comment:"Title of a row displayed on the debug screen used in debug builds of the app")
185
189
staticletsendTestCrash=NSLocalizedString("Send Test Crash", comment:"Title of a row displayed on the debug screen used to crash the app and send a crash report to the crash logging provider to ensure everything is working correctly")
186
190
staticletsendLogMessage=NSLocalizedString("Send Log Message", comment:"Title of a row displayed on the debug screen used to send a pretend error message to the crash logging provider to ensure everything is working correctly")
187
191
staticletalwaysSendLogs=NSLocalizedString("Always Send Crash Logs", comment:"Title of a row displayed on the debug screen used to indicate whether crash logs should be forced to send, even if they otherwise wouldn't")
0 commit comments