Update PnP description text for everyone listing.

This commit is contained in:
Alex Hart
2024-01-24 10:31:30 -04:00
committed by Nicholas Tinsley
parent d4db6c8912
commit 8bca5b4901
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ class PhoneNumberPrivacySettingsFragment : ComposeFragment() {
Text(
text = stringResource(
id = if (state.phoneNumberSharing) {
R.string.PhoneNumberPrivacySettingsFragment__your_phone_number
R.string.PhoneNumberPrivacySettingsFragment__your_phone_number_will_be
} else {
R.string.PhoneNumberPrivacySettingsFragment__nobody_will_see_your
}