From 3c41eb765cf3e69688fc148830ad428c4b919bb5 Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Fri, 8 Dec 2023 16:49:48 +0200 Subject: [PATCH] UI: Update hint translate --- ui-ngx/src/assets/locale/locale.constant-en_US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/assets/locale/locale.constant-en_US.json b/ui-ngx/src/assets/locale/locale.constant-en_US.json index 93ec444fea..cb09328d45 100644 --- a/ui-ngx/src/assets/locale/locale.constant-en_US.json +++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json @@ -200,7 +200,7 @@ "password-reuse-frequency-days-range": "Password reuse frequency in days can't be negative", "allow-whitespace": "Allow whitespace", "force-reset-password-if-no-valid": "Force to reset password if not valid", - "force-reset-password-if-no-valid-hint": "Please, take into it can affect all users with passwords that violate current policy.", + "force-reset-password-if-no-valid-hint": "Please be careful when enabling this feature: it will require users with not valid password to reset their password via email.", "general-policy": "General policy", "max-failed-login-attempts": "Maximum number of failed login attempts, before account is locked", "minimum-max-failed-login-attempts-range": "Maximum number of failed login attempts can't be negative",