Add nobody can find me by number setting warning.

This commit is contained in:
Cody Henthorne
2024-02-27 11:37:45 -05:00
committed by Alex Hart
parent 5b2c458bcf
commit 23e18cee22
2 changed files with 17 additions and 1 deletions

View File

@@ -3899,6 +3899,12 @@
<string name="PhoneNumberPrivacySettingsFragment_discovery_off_description">Nobody will be able to see you\'re on Signal unless you message them or have an existing chat with them.</string>
<!-- Snackbar text when pressing invalid radio item -->
<string name="PhoneNumberPrivacySettingsFragment__to_change_this_setting">To change this setting, set "Who can see my number" to "Nobody".</string>
<!-- Dialog title shown when selecting "Nobody" in phone number privacy settings for who can find me by number -->
<string name="PhoneNumberPrivacySettingsFragment__nobody_can_find_me_warning_title">Are you sure?</string>
<!-- Dialog warning message shown when selecting "Nobody" in phone number privacy settings for who can find me by number -->
<string name="PhoneNumberPrivacySettingsFragment__nobody_can_find_me_warning_message">Setting \"Who can find me by number\" to \"Nobody\" will make it harder for people to find you on Signal.</string>
<!-- Dialog button text for canceling change action -->
<string name="PhoneNumberPrivacySettingsFragment__cancel">Cancel</string>
<string name="PhoneNumberPrivacy_everyone">Everyone</string>
<string name="PhoneNumberPrivacy_nobody">Nobody</string>
<string name="preferences_app_protection__screen_lock">Screen lock</string>