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:
Josh Richards 2023-11-22 17:12:24 -05:00 committed by Matthieu Gallien
parent afa7fd65ca
commit 14423dc66a

View File

@ -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)
);
}
}