diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-22 17:50:30 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-22 17:50:30 +0300 |
commit | b6659da190d3885f9bfba4b4620da87611a28480 (patch) | |
tree | bb11723d2fd521e1eb4b5178ec6464f7c2ca9a54 /lang/en/local_webhooks.php | |
parent | 54b20f13354b74dd7266645069961a5d8e215ee9 (diff) | |
download | local_webhooks-b6659da190d3885f9bfba4b4620da87611a28480.tar.xz local_webhooks-b6659da190d3885f9bfba4b4620da87611a28480.zip |
Added page template editor
Diffstat (limited to 'lang/en/local_webhooks.php')
-rw-r--r-- | lang/en/local_webhooks.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/en/local_webhooks.php b/lang/en/local_webhooks.php index 9a3993a..81b7a10 100644 --- a/lang/en/local_webhooks.php +++ b/lang/en/local_webhooks.php @@ -22,6 +22,8 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ +$string["editserviceadds"] = "Create a service"; +$string["editserviceedits"] = "Edit the service"; $string["enableservice"] = "Enabled"; $string["enableservice_help"] = "Enable the Event Tracking service."; $string["linkmanagerservice"] = "Service management manager"; |