diff --git a/lang/en_utf8/auth.php b/lang/en_utf8/auth.php
index dd68eea45db..e0b6d083750 100644
--- a/lang/en_utf8/auth.php
+++ b/lang/en_utf8/auth.php
@@ -386,7 +386,7 @@ $string['auth_shibboleth_select_organization'] = 'For authentication via Shibbol
$string['auth_shibbolethdescription'] = 'Using this method users are created and authenticated using Shibboleth.
Be sure to read the README for Shibboleth on how to set up your Moodle with Shibboleth';
$string['auth_shibbolethtitle'] = 'Shibboleth';
$string['auth_webservicedescription'] = 'This authentication method should be used for accounts that are exclusively for use by web service clients.';
-$string['auth_webservicetitle'] = 'Web services';
+$string['auth_webservicetitle'] = 'Web services authentication';
$string['auto_add_remote_users'] = 'Auto add remote users';
$string['ntlmsso_attempting'] = 'Attempting Single Sign On via NTLM...';
$string['ntlmsso_failed'] = 'Auto-login failed, try the normal login page...';
diff --git a/lang/en_utf8/auth_webservice.php b/lang/en_utf8/auth_webservice.php
index c5c1997a8e3..22d6fc703a1 100644
--- a/lang/en_utf8/auth_webservice.php
+++ b/lang/en_utf8/auth_webservice.php
@@ -1,4 +1,4 @@