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

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

index b6ac512f9fd81ede3e893efe186ac760add063df..d6c47ea8e10f78a79bd3d2a48c564e108c38cf61 100644 (file)
@@ -230,7 +230,7 @@ AccountSettings::AccountSettings(AccountState *accountState, QWidget *parent)
     if (_accountState->account()->e2e()->newMnemonicGenerated()) {
         slotNewMnemonicGenerated();
     } else {
-        _ui->encryptionMessage->setText(tr("This account supports end-to-end encryption"));
+        _ui->encryptionMessage->setText(tr("This account supports End-to-End encryption"));
 
         auto *mnemonic = new QAction(tr("Display mnemonic"), this);
         connect(mnemonic, &QAction::triggered, this, &AccountSettings::requestMnemonic);