From dcb5f7b211eab7fc03721d9ae0fed54ce4318449 Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Thu, 13 Feb 2020 13:28:22 -0500 Subject: [PATCH] Update copy for PIN setting. --- app/src/main/res/values/strings.xml | 2 +- app/src/main/res/xml/preferences_app_protection.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" />