mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Missed Copilot feedback
This commit is contained in:
parent
44daeee9c0
commit
06f6b31d63
1 changed files with 1 additions and 1 deletions
|
|
@ -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()),
|
||||
|
|
|
|||
Loading…
Reference in a new issue