summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/app/src/main/res/values/static_strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/fenix/app/src/main/res/values/static_strings.xml')
-rw-r--r--mobile/android/fenix/app/src/main/res/values/static_strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/mobile/android/fenix/app/src/main/res/values/static_strings.xml b/mobile/android/fenix/app/src/main/res/values/static_strings.xml
index 66ec907040..6ed8c8901c 100644
--- a/mobile/android/fenix/app/src/main/res/values/static_strings.xml
+++ b/mobile/android/fenix/app/src/main/res/values/static_strings.xml
@@ -66,6 +66,12 @@
<string name="preferences_sync_debug_quit_button_title">Stop Firefox</string>
<!-- Quit app button summary for the Sync Debug preferences -->
<string name="preferences_sync_debug_quit_button_summary">Custom server changes will take effect on the next Firefox run.</string>
+ <!-- Button title for simulating an FxA network error inside the Sync Debug menu -->
+ <string name="preferences_sync_debug_network_error_button_title">Simulate account network error</string>
+ <!-- Button title for simulating an FxA temporary auth error inside the Sync Debug menu -->
+ <string name="preferences_sync_debug_temporary_auth_error_button_title">Simulate temporary account auth error</string>
+ <!-- Button title for simulating an FxA permanent auth error inside the Sync Debug menu -->
+ <string name="preferences_sync_debug_permanent_auth_error_button_title">Simulate permanent account auth error</string>
<!-- Label for enabling the Tabs Tray to Compose changes -->
<string name="preferences_debug_settings_tabs_tray_to_compose" translatable="false">Enable Tabs Tray to Compose rewrite</string>
<!-- Label for enabling the Compose Top Sites -->