Change password: update preference summary. Some people think we know the password. Using Riot-web wording

This commit is contained in:
Benoit Marty 2020-04-15 16:17:58 +02:00
parent c50bc10f92
commit e21cb3082b
2 changed files with 4 additions and 1 deletions

View file

@ -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>

View file

@ -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 -->