changed string to generated password dialog in MagicCreateActivity

fixes 
This commit is contained in:
Christian Schneppe 2019-06-22 17:21:25 +02:00
parent 0d9f3ae619
commit e3603f7c41
2 changed files with 3 additions and 0 deletions
src/main
java/de/pixart/messenger/ui
res/values

View file

@ -115,6 +115,8 @@ public class MagicCreateActivity extends XmppActivity implements TextWatcher, Ad
messasge.append(getString(R.string.password));
messasge.append(": ");
messasge.append(password);
messasge.append("\n\n");
messasge.append(getString(R.string.change_password_in_next_step));
builder.setMessage(messasge);
builder.setPositiveButton(getString(R.string.copy_to_clipboard), (dialogInterface, i) -> {
if (copyTextToClipboard(password, R.string.create_account)) {

View file

@ -919,4 +919,5 @@
<string name="message_encryption">Message encryption</string>
<string name="enable_message_encryption">This chat is unencrypted. For security reasons you should enable message encryption, prefareable OMEMO. If anything isn\'t working for you, you could disbale message encryption by pressing the key lock icon.</string>
<string name="hide_warning">Hide warning</string>
<string name="change_password_in_next_step">You can change the generated password in the next step to your needs.</string>
</resources>