diff options
author | Valentin Popov <info@valentineus.link> | 2017-11-18 05:31:25 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-11-18 05:31:25 +0300 |
commit | 97140dccf76f878991853d827449ca608eb91864 (patch) | |
tree | 7017e6d948a6aaa0bd36a10921987cc614132322 /settings.php | |
parent | bf2cef3ea035f4487e4b41e3033c60b1f1f0ead3 (diff) | |
download | local_webhooks-97140dccf76f878991853d827449ca608eb91864.tar.xz local_webhooks-97140dccf76f878991853d827449ca608eb91864.zip |
Aesthetics in the code
Diffstat (limited to 'settings.php')
-rw-r--r-- | settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.php b/settings.php index aeeeeb8..b36c594 100644 --- a/settings.php +++ b/settings.php @@ -26,7 +26,7 @@ defined("MOODLE_INTERNAL") || die(); if ($hassiteconfig) { $ADMIN->add("server", new admin_externalpage("local_webhooks", - new lang_string("externalservices", "webservice"), + new lang_string("pluginname", "local_webhooks"), new moodle_url("/local/webhooks/managerservice.php") )); }
\ No newline at end of file |