From 011d2c2949510e13d780ed4fddfa35438e516bce Mon Sep 17 00:00:00 2001
From: webchick <drupal@webchick.net>
Date: Tue, 26 Jul 2016 13:09:54 -0700
Subject: [PATCH] =?UTF-8?q?Issue=20#2769835=20by=20Anul,=20davidtoltesy,?=
=?UTF-8?q?=20G=C3=A1bor=20Hojtsy,=20csg,=20Manjit.Singh:=20It=20is=20not?=
=?UTF-8?q?=20clear=20if=20the=20password=20strength=20box=20is=20a=20list?=
=?UTF-8?q?=20of=20suggestions=20or=20mandatory?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
core/modules/user/user.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/modules/user/user.module b/core/modules/user/user.module
index 1394b23a2f30..1adfc9b5bac6 100644
--- a/core/modules/user/user.module
+++ b/core/modules/user/user.module
@@ -1251,7 +1251,7 @@ function user_form_process_password_confirm($element) {
$password_settings['showStrengthIndicator'] = TRUE;
$password_settings += array(
'strengthTitle' => t('Password strength:'),
- 'hasWeaknesses' => t('To make your password stronger:'),
+ 'hasWeaknesses' => t('Recommendations to make your password stronger:'),
'tooShort' => t('Make it at least 12 characters'),
'addLowerCase' => t('Add lowercase letters'),
'addUpperCase' => t('Add uppercase letters'),
--
GitLab