From 83fd7529818dec0b8bc645d5a8d5bdf661a4aa40 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Tue, 15 Nov 2022 16:56:16 +0100 Subject: [PATCH] Address capitalisation of End-to-end Signed-off-by: Claudio Cambra --- src/gui/accountsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp index bf00276c6..e9de4efc6 100644 --- a/src/gui/accountsettings.cpp +++ b/src/gui/accountsettings.cpp @@ -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." "
" "It can be enabled on this device by entering your mnemonic.")); } -- 2.30.2