Address capitalisation of End-to-end
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Tue, 15 Nov 2022 15:56:16 +0000 (16:56 +0100)
committerClaudio Cambra <claudio.cambra@gmail.com>
Thu, 1 Dec 2022 10:50:18 +0000 (11:50 +0100)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/gui/accountsettings.cpp

index bf00276c6b08f657f2f67a77a485d55451f2d3c2..e9de4efc6d9d0484183239d7ae94c7f07b1ae475 100644 (file)
@@ -1489,7 +1489,7 @@ void AccountSettings::initializeE2eEncryption()
 
         connect(_accountState->account()->e2e(), &ClientSideEncryption::initializationFinished, this, [this] {
             if (!_accountState->account()->e2e()->_publicKey.isNull()) {
-                _ui->encryptionMessage->setText(tr("End-to-End encryption has been enabled on this account with another device."
+                _ui->encryptionMessage->setText(tr("End-to-end encryption has been enabled on this account with another device."
                                                    "<br>"
                                                    "It can be enabled on this device by entering your mnemonic."));
             }