i18n: Spelling unification
authorValdnet <47037905+Valdnet@users.noreply.github.com>
Fri, 5 Aug 2022 09:26:03 +0000 (11:26 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Aug 2022 09:26:03 +0000 (11:26 +0200)
Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
src/gui/accountmanager.cpp

index 6a997fc3f43e0e05b559e578212a252e16d0765e..b2a90a39cb49d1774a5170af4d65ce8c1731a4ff 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)."));