mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 14:36:01 +03:00
Merge pull request #5220 from nextcloud/rakekniven-patch-1
l10n: Fixed grammar
This commit is contained in:
commit
06937cbd09
1 changed files with 1 additions and 1 deletions
|
@ -1462,7 +1462,7 @@ void AccountSettings::initializeE2eEncryption()
|
|||
_ui->encryptionMessage->setIcon(Theme::createColorAwareIcon(QStringLiteral(":/client/theme/black/state-info.svg")));
|
||||
_ui->encryptionMessage->hide();
|
||||
|
||||
auto *const actionEnableE2e = addActionToEncryptionMessage(tr("Setup encryption"), e2EeUiActionEnableEncryptionId);
|
||||
auto *const actionEnableE2e = addActionToEncryptionMessage(tr("Set up encryption"), e2EeUiActionEnableEncryptionId);
|
||||
connect(actionEnableE2e, &QAction::triggered, this, &AccountSettings::slotE2eEncryptionGenerateKeys);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue