aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-25 09:33:23 +0300
committerValentin Popov <info@valentineus.link>2017-10-25 09:33:23 +0300
commit430c9fa09a4fc1995b8b7751f7b41aeec18298b4 (patch)
tree3533ee6c59e65f16257b301c7237c0487f8f07ca
parentd0f58c52a23bbd0d8eebc8088103e9dd381f330e (diff)
downloadlocal_webhooks-430c9fa09a4fc1995b8b7751f7b41aeec18298b4.tar.xz
local_webhooks-430c9fa09a4fc1995b8b7751f7b41aeec18298b4.zip
Edit the title
-rw-r--r--editservice.php2
-rw-r--r--managerservice.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/editservice.php b/editservice.php
index 5c6d1f6..e9c053c 100644
--- a/editservice.php
+++ b/editservice.php
@@ -79,7 +79,7 @@ $PAGE->set_heading($titlepage);
$PAGE->set_title($titlepage);
/* The page title */
-$PAGE->navbar->add(new lang_string("local", "moodle"));
+$PAGE->navbar->add(new lang_string("localplugins", "moodle"));
$PAGE->navbar->add(new lang_string("pluginname", "local_webhooks"));
$PAGE->navbar->add(new lang_string("managerservice", "local_webhooks"), $managerservice);
$PAGE->navbar->add($titlepage);
diff --git a/managerservice.php b/managerservice.php
index c7c6749..4ab9507 100644
--- a/managerservice.php
+++ b/managerservice.php
@@ -56,7 +56,7 @@ $PAGE->set_title($titlepage);
$PAGE->set_heading($titlepage);
/* The page title */
-$PAGE->navbar->add(new lang_string("local", "moodle"));
+$PAGE->navbar->add(new lang_string("localplugins", "moodle"));
$PAGE->navbar->add(new lang_string("pluginname", "local_webhooks"));
$PAGE->navbar->add($titlepage, $baseurl);
echo $OUTPUT->header();