From 35a49bad60f5aa9e44bc0bd78c183a0044fea291 Mon Sep 17 00:00:00 2001 From: bruno DA SILVA Date: Fri, 29 Nov 2019 08:55:52 +0100 Subject: [PATCH] =?UTF-8?q?n=C2=B0524=20-=20password=20policy=20typos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (thanks @jbostoen) --- datamodels/2.x/authent-local/en.dict.authent-local.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datamodels/2.x/authent-local/en.dict.authent-local.php b/datamodels/2.x/authent-local/en.dict.authent-local.php index 7749482beb..cdd998f219 100755 --- a/datamodels/2.x/authent-local/en.dict.authent-local.php +++ b/datamodels/2.x/authent-local/en.dict.authent-local.php @@ -39,10 +39,10 @@ Dict::Add('EN US', 'English', 'English', array( 'Class:UserLocal' => 'iTop user', 'Class:UserLocal+' => 'User authentified by iTop', 'Class:UserLocal/Attribute:password' => 'Password', - 'Class:UserLocal/Attribute:password+' => 'user authentication string', + 'Class:UserLocal/Attribute:password+' => 'User authentication string', 'Class:UserLocal/Attribute:expiration' => 'Password expiration', - 'Class:UserLocal/Attribute:expiration+' => 'Password expiration status (require an extension to have an effect)', + 'Class:UserLocal/Attribute:expiration+' => 'Password expiration status (requires an extension to have an effect)', 'Class:UserLocal/Attribute:expiration/Value:can_expire' => 'Can expire', 'Class:UserLocal/Attribute:expiration/Value:can_expire+' => '', 'Class:UserLocal/Attribute:expiration/Value:never_expire' => 'Never expire',