mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #7894 from Pabarino/bug/6483
fixed html formatting on encrypted warning message
This commit is contained in:
commit
c41b2f693d
@ -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. "
|
||||
|
||||
Loading…
Reference in New Issue
Block a user