aboutsummaryrefslogtreecommitdiff
path: root/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings.php')
-rw-r--r--settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.php b/settings.php
index b83ad3d..5092974 100644
--- a/settings.php
+++ b/settings.php
@@ -33,7 +33,7 @@ if ($hassiteconfig) {
$settings->add(new admin_setting_configcheckbox("local_webhooks/enable", new lang_string("enable", "moodle"), new lang_string("enablews", "webservice"), false));
/* Link to the service manager */
- $linktext = new lang_string("managerservice", "local_webhooks");
+ $linktext = new lang_string("externalservices", "webservice");
$linkurl = new moodle_url("/local/webhooks/managerservice.php");
$settings->add(new admin_setting_heading("local_webhooks_managerservice", null, html_writer::link($linkurl, $linktext)));
} \ No newline at end of file