diff options
Diffstat (limited to 'lang/en')
-rw-r--r-- | lang/en/local_webhooks.php | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lang/en/local_webhooks.php b/lang/en/local_webhooks.php index 05def67..041233f 100644 --- a/lang/en/local_webhooks.php +++ b/lang/en/local_webhooks.php @@ -15,16 +15,12 @@ // along with Moodle. If not, see <http://www.gnu.org/licenses/>. /** - * Strings for component 'local_webhooks', language 'en'. + * Strings for component "local_webhooks", language "en". * * @package local_webhooks * @copyright 2017 "Valentin Popov" <info@valentineus.link> * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$string['local_webhooksdescription'] = ''; -$string['pluginname'] = 'WebHook\'s'; -$string['enabled'] = 'Enabled'; -$string['enabled_help'] = 'Enable event tracking.'; -$string['url'] = 'URL'; -$string['url_help'] = 'Web address of the remote service.';
\ No newline at end of file +$string["managerservice"] = "Service management manager"; +$string["pluginname"] = "WebHooks";
\ No newline at end of file |