Missed Copilot feedback

This commit is contained in:
Agoston Szepessy 2025-12-28 22:43:21 -08:00
parent 44daeee9c0
commit 06f6b31d63

View file

@ -124,7 +124,7 @@ void ReportsWidgetStatistics::calculateStats()
addStatsRow(tr("Groups excluded from reports"),
QString::number(stats->excludedGroups),
stats->excludedGroups > 0,
tr("Excluding entire groups from reports isn't necessarily a problem but please exercise caution"
tr("Excluding entire groups from reports isn't necessarily a problem but please exercise caution "
"when excluding entire groups."));
addStatsRow(tr("Average password length"),
tr("%1 character(s)", "", stats->averagePwdLength()).arg(stats->averagePwdLength()),