Click to expand the diff!
```diff
diff --git a/administrator/language/en-GB/com_users.ini b/administrator/language/en-GB/com_users.ini
index ef97504e57fc..bea350e079b0 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"
```
PR w związku ze zmianą oryginału https://github.com/joomla/joomla-cms/pull/37406 Poniżej zmiany w oryginale:
Click to expand the diff!
```diff diff --git a/administrator/language/en-GB/com_users.ini b/administrator/language/en-GB/com_users.ini index ef97504e57fc..bea350e079b0 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" ```