+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 51107ac9f..52bebf83d 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -17,6 +17,7 @@ import GrafanaOncall from "./GrafanaOncall.vue";
import GtxMessaging from "./GtxMessaging.vue";
import HomeAssistant from "./HomeAssistant.vue";
import HeiiOnCall from "./HeiiOnCall.vue";
+import Keep from "./Keep.vue";
import Kook from "./Kook.vue";
import Line from "./Line.vue";
import LineNotify from "./LineNotify.vue";
@@ -82,6 +83,7 @@ const NotificationFormList = {
"GrafanaOncall": GrafanaOncall,
"HomeAssistant": HomeAssistant,
"HeiiOnCall": HeiiOnCall,
+ "Keep": Keep,
"Kook": Kook,
"line": Line,
"LineNotify": LineNotify,
diff --git a/src/lang/en.json b/src/lang/en.json
index 45e800d9e..d4a0997c2 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -63,6 +63,7 @@
"Friendly Name": "Friendly Name",
"URL": "URL",
"Hostname": "Hostname",
+ "Host URL": "Host URL",
"locally configured mail transfer agent": "locally configured mail transfer agent",
"Either enter the hostname of the server you want to connect to or localhost if you intend to use a locally configured mail transfer agent": "Either enter the hostname of the server you want to connect to or {localhost} if you intend to use a {local_mta}",
"Port": "Port",