In the AccountSettings the text “Account Settings” in the crypto_net_account_activity_settings layout it is not propertly in resources file

feat_androidx_migration
dtvv 2018-10-02 09:46:01 -05:00
parent c1b8c11d74
commit a21446bc7f
2 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:text="Account Settings"
android:text="@string/Account_Settings"
android:textColor="@color/gray"
android:textSize="18sp"
android:textStyle="bold"

View File

@ -525,6 +525,7 @@
<string name="Account_already_exists">Account already exists</string>
<string name="connection_status">Connection status</string>
<string name="people_icon">People icon</string>
<string name="Account_Settings">Account Settings</string>
<string name="camera_feed_to_scan_qr">Camera feed to scan QR</string>
<string name="create_account">Create Account</string>
<string name="import_account">Import Account</string>