From 47f648e7bc4110ba46dd6d15de0b754b5a7df265 Mon Sep 17 00:00:00 2001 From: Alan Evans Date: Tue, 29 Oct 2019 13:47:14 -0400 Subject: [PATCH] Correct text on registration lock fragment. --- res/layout/fragment_registration_lock.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/fragment_registration_lock.xml b/res/layout/fragment_registration_lock.xml index 40c38173e..af2f1befa 100644 --- a/res/layout/fragment_registration_lock.xml +++ b/res/layout/fragment_registration_lock.xml @@ -38,7 +38,7 @@ android:layout_marginTop="40dp" android:layout_marginEnd="32dp" android:gravity="center" - android:text="@string/RegistrationActivity_enter_your_phone_number_to_get_started" + android:text="@string/RegistrationActivity_registration_lock_pin" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.5" app:layout_constraintStart_toStartOf="parent" @@ -53,7 +53,7 @@ android:layout_marginTop="16dp" android:layout_marginEnd="32dp" android:gravity="center" - android:text="@string/RegistrationActivity_you_will_receive_a_verification_code" + android:text="@string/RegistrationActivity_this_phone_number_has_registration_lock_enabled_please_enter_the_registration_lock_pin" app:layout_constraintTop_toBottomOf="@+id/verify_header" tools:layout_editor_absoluteX="0dp" />