mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
enh(debugArchive): Add reminder to redact before sharing
Closes #3189 Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
This commit is contained in:
parent
afa7fd65ca
commit
14423dc66a
@ -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