aboutsummaryrefslogtreecommitdiff
path: root/editservice.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 /editservice.php
parentc25f4bada67cd237e5a1e27e6c25f552330bc6ea (diff)
downloadlocal_webhooks-f87b2c82c949b828b3895c25262d91f7b45aff5c.tar.xz
local_webhooks-f87b2c82c949b828b3895c25262d91f7b45aff5c.zip
Maximum minimization of internal transfer
Diffstat (limited to 'editservice.php')
-rw-r--r--editservice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/editservice.php b/editservice.php
index c4f68ff..9474ad9 100644
--- a/editservice.php
+++ b/editservice.php
@@ -83,7 +83,7 @@ $PAGE->set_title($titlepage);
/* The page title */
$PAGE->navbar->add(new lang_string("pluginname", "local_webhooks"), new moodle_url("/admin/settings.php", array("section" => "local_webhooks")));
-$PAGE->navbar->add(new lang_string("managerservice", "local_webhooks"), $managerservice);
+$PAGE->navbar->add(new lang_string("externalservices", "webservice"), $managerservice);
$PAGE->navbar->add($titlepage);
echo $OUTPUT->header();