Update string for profile creation.

This commit is contained in:
Greyson Parrelli 2022-08-23 14:10:43 -04:00
parent bcef73c2e0
commit 8e2ab40b4c
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@
android:layout_marginTop="11dp"
android:layout_marginEnd="@dimen/dsl_settings_gutter"
android:layout_marginBottom="16dp"
android:text="@string/ProfileCreateFragment__profiles_are_only_visible_to_people_you_message"
android:text="@string/ProfileCreateFragment__profiles_are_visible_to_contacts_and_people_you_message"
android:textColor="@color/core_grey_60"
app:layout_constraintTop_toBottomOf="@id/title" />

View file

@ -506,7 +506,7 @@
<!-- ProfileCreateFragment -->
<!-- Displayed at the top of the screen and explains how profiles can be viewed. -->
<string name="ProfileCreateFragment__profiles_are_only_visible_to_people_you_message">Profiles are only visible to people you message.</string>
<string name="ProfileCreateFragment__profiles_are_visible_to_contacts_and_people_you_message">Profiles are visible to contacts and people you message.</string>
<!-- Title of clickable row to select phone number privacy settings -->
<string name="ProfileCreateFragment__who_can_find_me">Who can find me by number?</string>