changed string to generated password dialog in MagicCreateActivity
fixes #296
This commit is contained in:
parent
0d9f3ae619
commit
e3603f7c41
2 changed files with 3 additions and 0 deletions
src/main
|
@ -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)) {
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in a new issue