Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-06-27 11:48:45 +0300
committerValdnet <47037905+Valdnet@users.noreply.github.com>2022-06-28 09:55:54 +0300
commit2fb1aab655dd023a56de7b17535d461014dc10b8 (patch)
tree57646a56007566a78fe123ffcd89090e21569822
parentc2d278a6f5526a4ca6f5a830b479cd9be1b09662 (diff)
i18n: Fix for "end-to-end"
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
-rw-r--r--src/gui/accountmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/accountmanager.cpp b/src/gui/accountmanager.cpp
index bb678ab60..6a997fc3f 100644
--- a/src/gui/accountmanager.cpp
+++ b/src/gui/accountmanager.cpp
@@ -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)."));