mirror of
https://github.com/etesync/android
synced 2025-04-04 16:55:54 +00:00
Put a notice to double-check the encryption password.
This commit is contained in:
parent
5dbe217de8
commit
c5a17291e5
@ -41,6 +41,10 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/login_encryption_password"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/login_encryption_check_password"/>
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
||||
|
@ -128,6 +128,7 @@
|
||||
<string name="login_email_address_error">Valid email address required</string>
|
||||
<string name="login_password">Password</string>
|
||||
<string name="login_encryption_password">Encryption Password</string>
|
||||
<string name="login_encryption_check_password">* Please double-check the password, as it can\'t be changed if wrong.</string>
|
||||
<string name="login_password_required">Password required</string>
|
||||
<string name="login_type_url">Login with URL and user name</string>
|
||||
<string name="login_url_must_be_http_or_https">URL must begin with http(s)://</string>
|
||||
|
Loading…
Reference in New Issue
Block a user