mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #6238 from nextcloud/enh/3189-warn-at-creation-time
enh(debugArchive): Add reminder to redact before sharing
This commit is contained in:
commit
aa51b0a75e
@ -634,7 +634,7 @@ void GeneralSettings::slotCreateDebugArchive()
|
||||
QMessageBox::information(
|
||||
this,
|
||||
tr("Debug Archive Created"),
|
||||
tr("Debug archive is created at %1").arg(filename)
|
||||
tr("Redact information deemed sensitive before sharing! Debug archive created at %1").arg(filename)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user