mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-11 04:09:45 +00:00
perf: translate
This commit is contained in:
@@ -267,7 +267,7 @@ class CheckAccountManager(BaseManager):
|
||||
return "accounts/check_account_report.html"
|
||||
|
||||
def print_summary(self):
|
||||
tmpl = _("\n---\nSummary: \nok: {}, weak password: {}, leaked password: {}, "
|
||||
tmpl = _("---\nSummary: \nok: {}, weak password: {}, leaked password: {}, "
|
||||
"repeated password: {}, no secret: {}, using time: {}s").format(
|
||||
self.summary["ok"],
|
||||
self.summary[RiskChoice.weak_password],
|
||||
|
Reference in New Issue
Block a user