diff --git a/enrol/mnet/config.html b/enrol/mnet/config.html
index 4737c7c1948..3ed12aefd81 100644
--- a/enrol/mnet/config.html
+++ b/enrol/mnet/config.html
@@ -12,7 +12,7 @@ if (is_array($mnethosts)) {
- | Local courses for external users: |
+ : |
diff --git a/lang/en_utf8/enrol_mnet.php b/lang/en_utf8/enrol_mnet.php
index f3100d28275..aed94197d19 100644
--- a/lang/en_utf8/enrol_mnet.php
+++ b/lang/en_utf8/enrol_mnet.php
@@ -18,5 +18,6 @@ $string['mnet_enrol_description'] = 'Publish this service to allow administ
'Subscribe to this service to be able to enrol your students in courses on $a.
'.
'- Dependency: You must also subscribe to the SSO (Service Provider) service on $a.
'.
'- Dependency: You must also publish the SSO (Identity Provider) service to $a.
';
+$string['mnetlocalforexternal'] = 'Local courses for external users';
?>