diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-26 17:22:41 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-26 17:25:48 +0300 |
commit | f87b2c82c949b828b3895c25262d91f7b45aff5c (patch) | |
tree | 7a381abe4eb98859f311ece8d0c1982b746b6d02 /managerservice.php | |
parent | c25f4bada67cd237e5a1e27e6c25f552330bc6ea (diff) | |
download | local_webhooks-f87b2c82c949b828b3895c25262d91f7b45aff5c.tar.xz local_webhooks-f87b2c82c949b828b3895c25262d91f7b45aff5c.zip |
Maximum minimization of internal transfer
Diffstat (limited to 'managerservice.php')
-rw-r--r-- | managerservice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/managerservice.php b/managerservice.php index 7865f28..ccdb7bc 100644 --- a/managerservice.php +++ b/managerservice.php @@ -64,7 +64,7 @@ if (boolval($hideshowid) && confirm_sesskey()) { } /* Page template */ -$titlepage = new lang_string("managerservice", "local_webhooks"); +$titlepage = new lang_string("externalservices", "webservice"); $PAGE->set_pagelayout("admin"); $PAGE->set_title($titlepage); $PAGE->set_heading($titlepage); |