aboutsummaryrefslogtreecommitdiff
path: root/settings.php
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-26 17:22:41 +0300
committerValentin Popov <info@valentineus.link>2017-10-26 17:25:48 +0300
commitf87b2c82c949b828b3895c25262d91f7b45aff5c (patch)
tree7a381abe4eb98859f311ece8d0c1982b746b6d02 /settings.php
parentc25f4bada67cd237e5a1e27e6c25f552330bc6ea (diff)
downloadlocal_webhooks-f87b2c82c949b828b3895c25262d91f7b45aff5c.tar.xz
local_webhooks-f87b2c82c949b828b3895c25262d91f7b45aff5c.zip
Maximum minimization of internal transfer
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