i18n: Fix for "end-to-end"
authorValdnet <47037905+Valdnet@users.noreply.github.com>
Mon, 27 Jun 2022 08:48:45 +0000 (10:48 +0200)
committerValdnet <47037905+Valdnet@users.noreply.github.com>
Tue, 28 Jun 2022 06:55:54 +0000 (08:55 +0200)
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
src/gui/accountmanager.cpp

index bb678ab607f7d057d7b89f0e20040a5532826430..6a997fc3f43e0e05b559e578212a252e16d0765e 100644 (file)
@@ -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)."));