From d4d1f4528872edf8bf548d27daed9c373dc748f6 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Tue, 29 Mar 2022 18:59:15 +0100 Subject: [PATCH] [4.1] Language string Grammar and code style correction --- administrator/language/en-GB/com_users.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/language/en-GB/com_users.ini b/administrator/language/en-GB/com_users.ini index ef97504e57fc5..bea350e079b0a 100644 --- a/administrator/language/en-GB/com_users.ini +++ b/administrator/language/en-GB/com_users.ini @@ -350,7 +350,7 @@ COM_USERS_USER_FIELD_PASSWORD1_MESSAGE="The passwords you entered do not match. COM_USERS_USER_FIELD_PASSWORD2_LABEL="Confirm Password" COM_USERS_USER_FIELD_REGISTERDATE_LABEL="Registration Date" COM_USERS_USER_FIELD_REQUIRERESET_LABEL="Require Password Reset" -COM_USERS_USER_FIELD_AUTHPROVIDER_DESC="Which authentication method you want to set on the user account" +COM_USERS_USER_FIELD_AUTHPROVIDER_DESC="The authentication method you want to set on the user account." COM_USERS_USER_FIELD_AUTHPROVIDER_LABEL="Authentication Method" COM_USERS_USER_FIELD_RESETCOUNT_LABEL="Password Reset Count" COM_USERS_USER_FIELD_SENDEMAIL_LABEL="Receive System Emails"