Skip to content

Commit

Permalink
enh(debugArchive): Add reminder to redact before sharing
Browse files Browse the repository at this point in the history
Closes #3189 

Signed-off-by: Josh Richards <[email protected]>
  • Loading branch information
joshtrichards authored Nov 22, 2023
1 parent 219823f commit 00a13dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/generalsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ void GeneralSettings::slotCreateDebugArchive()
}

createDebugArchive(filename);
QMessageBox::information(this, tr("Debug Archive Created"), tr("Debug archive is created at %1").arg(filename));
QMessageBox::information(this, tr("Debug Archive Created"), tr("Redact information deemed sensitive before sharing! Debug archive created at %1").arg(filename));
}

void GeneralSettings::slotShowLegalNotice()
Expand Down

0 comments on commit 00a13dd

Please sign in to comment.