diff --git a/src/lang/en_US.lang.php b/src/lang/en_US.lang.php
index cc89842c..acec4425 100644
--- a/src/lang/en_US.lang.php
+++ b/src/lang/en_US.lang.php
@@ -113,12 +113,6 @@ $sm_lang = array(
servers that have been assigned to them.',
'mobile' => 'Mobile',
'email' => 'Email',
- 'webhook' => 'Webhook',
- 'webhook_description' => 'Send a json webhook to a certain endpoint. URL should start with https://. The json can be customized, e.g. {"text":"servermon: #message"} (Using #message as variable.) ',
- 'webhook_url' => 'Webhook Url',
- 'webhook_url_description' => 'Webhook public endpoint url',
- 'webhook_json' => 'Webhook JSON',
- 'webhook_json_description' => 'Define a custom json, use #message as message variable.',
'pushover' => 'Pushover',
'pushover_description' => 'Pushover is a service that makes it easy to get real-time notifications. See their website for more info.',
@@ -144,6 +138,13 @@ $sm_lang = array(
'jabber' => 'Jabber',
'jabber_label' => 'Jabber',
'jabber_description' => 'You Jabber account',
+ 'webhook' => 'Webhook',
+ 'webhook_description' => 'Send a json webhook to a certain endpoint. The json can be customized, e.g. {
+"text":"servermon: #message"}',
+ 'webhook_url' => 'Webhook Url',
+ 'webhook_url_description' => 'Webhook public endpoint url, should start with https://.',
+ 'webhook_json' => 'Webhook JSON',
+ 'webhook_json_description' => 'Define a custom json, use #message as message variable.',
'delete_title' => 'Delete User',
'delete_message' => 'Are you sure you want to delete user \'%1\'?',
'deleted' => 'User deleted.',
diff --git a/src/templates/default/module/config/config.tpl.html b/src/templates/default/module/config/config.tpl.html
index bfbf4703..a9c4f6c0 100644
--- a/src/templates/default/module/config/config.tpl.html
+++ b/src/templates/default/module/config/config.tpl.html
@@ -22,11 +22,6 @@
role="tab" aria-controls="config-pushover" aria-selected="{% if pushover_active %}true{% else %}false{% endif %}">{{
label_tab_pushover }}
-