mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 14:36:01 +03:00
Address capitalisation of End-to-end
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
70468be5e5
commit
83fd752981
1 changed files with 1 additions and 1 deletions
|
@ -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."));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue