Use localized string for Phone number.

Fixes #9626
This commit is contained in:
Fumiaki Yoshimatsu 2020-06-04 16:54:24 -04:00 committed by Alan Evans
parent e9a336100b
commit 3bbf0741ee

View File

@ -63,7 +63,7 @@
android:layout_height="wrap_content"
android:layout_weight="3"
app:labeledEditText_background="@color/white"
app:labeledEditText_label="Phone Number"
app:labeledEditText_label="@string/RegistrationActivity_phone_number_description"
app:labeledEditText_textLayout="@layout/phone_text" />
</LinearLayout>