mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 19:36:08 +03:00
Change password: update preference summary. Some people think we know the password. Using Riot-web wording
This commit is contained in:
parent
c50bc10f92
commit
e21cb3082b
2 changed files with 4 additions and 1 deletions
|
@ -29,4 +29,7 @@
|
|||
|
||||
<!-- END Strings added by Others -->
|
||||
|
||||
<!-- BEGIN Strings added by Benoit -->
|
||||
<string name="change_password_summary">Set a new account password…</string>
|
||||
<!---->
|
||||
</resources>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
<im.vector.riotx.core.preference.VectorPreference
|
||||
android:key="SETTINGS_CHANGE_PASSWORD_PREFERENCE_KEY"
|
||||
android:summary="@string/password_hint"
|
||||
android:summary="@string/change_password_summary"
|
||||
android:title="@string/settings_password" />
|
||||
|
||||
<!-- Email will be added here -->
|
||||
|
|
Loading…
Reference in a new issue