mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Changed the message to 'Enable encryption...'
This commit is contained in:
parent
a8ac89c20c
commit
4f17366262
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ void AccountSettings::slotNewMnemonicGenerated()
|
|||
{
|
||||
ui->encryptionMessage->setText(tr("This account supports end-to-end encryption"));
|
||||
|
||||
QAction *mnemonic = new QAction(tr("Enable..."), this);
|
||||
QAction *mnemonic = new QAction(tr("Enable encryption..."), this);
|
||||
connect(mnemonic, &QAction::triggered, this, &AccountSettings::requesetMnemonic);
|
||||
connect(mnemonic, &QAction::triggered, ui->encryptionMessage, &KMessageWidget::hide);
|
||||
|
||||
|
|
Loading…
Reference in a new issue