diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-25 09:33:23 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-25 09:33:23 +0300 |
commit | 430c9fa09a4fc1995b8b7751f7b41aeec18298b4 (patch) | |
tree | 3533ee6c59e65f16257b301c7237c0487f8f07ca /editservice.php | |
parent | d0f58c52a23bbd0d8eebc8088103e9dd381f330e (diff) | |
download | local_webhooks-430c9fa09a4fc1995b8b7751f7b41aeec18298b4.tar.xz local_webhooks-430c9fa09a4fc1995b8b7751f7b41aeec18298b4.zip |
Edit the title
Diffstat (limited to 'editservice.php')
-rw-r--r-- | editservice.php | 2 |
1 files changed, 1 insertions, 1 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); |