mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 22:15:57 +03:00
i18n: Fix for "end-to-end"
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
c2d278a6f5
commit
2fb1aab655
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ void AccountManager::displayMnemonic(const QString& mnemonic)
|
|||
auto *widget = new QDialog;
|
||||
Ui_Dialog ui;
|
||||
ui.setupUi(widget);
|
||||
widget->setWindowTitle(tr("End to end encryption mnemonic"));
|
||||
widget->setWindowTitle(tr("End-to-end encryption mnemonic"));
|
||||
ui.label->setText(tr("To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. "
|
||||
"Please note these down and keep them safe. "
|
||||
"They will be needed to add other devices to your account (like your mobile phone or laptop)."));
|
||||
|
|
Loading…
Reference in a new issue