Merge pull request #7894 from Pabarino/bug/6483

fixed html formatting on encrypted warning message
This commit is contained in:
Matthieu Gallien 2025-02-20 13:09:47 +01:00 committed by GitHub
commit c41b2f693d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -120,6 +120,7 @@ void showEnableE2eeWarningDialog(std::function<void(void)> onAccept)
const auto messageBox = new QMessageBox;
messageBox->setAttribute(Qt::WA_DeleteOnClose);
messageBox->setText(AccountSettings::tr("End-to-end Encryption"));
messageBox->setTextFormat(Qt::RichText);
messageBox->setInformativeText(
AccountSettings::tr("This will encrypt your folder and all files within it. "
"These files will no longer be accessible without your encryption mnemonic key. "