mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
parent
c04d1f1f69
commit
080c5ea678
@ -336,8 +336,11 @@ AccountPtr AccountManager::createAccount()
|
||||
void AccountManager::displayMnemonic(const QString& mnemonic)
|
||||
{
|
||||
QMessageBox msgBox;
|
||||
msgBox.setText(tr("Note your encryption passphrase"));
|
||||
msgBox.setText(tr("All 12 words together make a very strong password, "
|
||||
"letting only you view and make use of your encrypted files. "
|
||||
"Please write it down and keep it somewhere safe."));
|
||||
msgBox.setDetailedText(mnemonic);
|
||||
msgBox.setWindowTitle(tr("Make note of your 12 word encryption password"));
|
||||
msgBox.setIcon(QMessageBox::Information);
|
||||
msgBox.setStandardButtons(QMessageBox::Ok);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user