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:
Matthieu Gallien 2025-06-03 11:04:04 +02:00 committed by GitHub
commit aa51b0a75e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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