diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f6e34b5f8d..c9b79203dd 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1873,7 +1873,7 @@ PIN Change Create - Your PIN adds an extra layer of security and backs up your account. You\'ll be asked for it when you register your phone number with Signal. If you forget your PIN, you\'ll be locked out of your account for 7 days. + Your PIN adds an extra layer of security to your account. You\'ll be asked for it when you register your phone number with Signal. If you forget your PIN, you\'ll be locked out of your account for 7 days. None The Registration Lock PIN is not the same as the SMS verification code you just received. Please enter the PIN you previously configured in the application. Registration Lock PIN diff --git a/app/src/main/res/xml/preferences_app_protection.xml b/app/src/main/res/xml/preferences_app_protection.xml index f12dd5256a..422827028f 100644 --- a/app/src/main/res/xml/preferences_app_protection.xml +++ b/app/src/main/res/xml/preferences_app_protection.xml @@ -115,7 +115,7 @@ android:widgetLayout="@layout/kbs_pin_change_preference" android:key="pref_kbs_change" android:title="@string/preferences_app_protection__pin" - android:summary="@string/preferences_app_protection__your_pin_adds_an_extra_layer_of_security_and_backs" /> + android:summary="@string/preferences_app_protection__your_pin_adds_an_extra_layer_of_security_to_your_account" />