Address capitalisation of End-to-end

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2022-11-15 16:56:16 +01:00 committed by Claudio Cambra
parent 70468be5e5
commit 83fd752981

View 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."));
}