From: Claudio Cambra Date: Tue, 15 Nov 2022 15:56:16 +0000 (+0100) Subject: Address capitalisation of End-to-end X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~100^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=83fd7529818dec0b8bc645d5a8d5bdf661a4aa40;p=nextcloud-desktop.git Address capitalisation of End-to-end Signed-off-by: Claudio Cambra --- 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.")); }