+ {{ $t("Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.") }}
+
+ https://46elks.se/kb/text-sender-id
+
+
+
+
+ https://46elks.com/docs/send-sms
+
+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index e5df6fe4e..35a3a920a 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -9,6 +9,7 @@ import CallMeBot from "./CallMeBot.vue";
import SMSC from "./SMSC.vue";
import DingDing from "./DingDing.vue";
import Discord from "./Discord.vue";
+import Elks from "./46elks.vue";
import Feishu from "./Feishu.vue";
import FreeMobile from "./FreeMobile.vue";
import GoogleChat from "./GoogleChat.vue";
@@ -82,6 +83,7 @@ const NotificationFormList = {
"smsc": SMSC,
"DingDing": DingDing,
"discord": Discord,
+ "Elks": Elks,
"Feishu": Feishu,
"FreeMobile": FreeMobile,
"GoogleChat": GoogleChat,
diff --git a/src/lang/en.json b/src/lang/en.json
index cf0836d98..c07e06fab 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -1047,5 +1047,9 @@
"Pop":"Pop",
"Custom sound to override default notification sound": "Custom sound to override default notification sound",
"Time Sensitive (iOS Only)": "Time Sensitive (iOS Only)",
- "Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode.": "Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode."
+ "Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode.": "Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode.",
+ "From":"From",
+ "Can be found on:": "Can be found on: {0}",
+ "The phone number of the recipient in E.164 format.": "The phone number of the recipient in E.164 format.",
+ "Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.":"Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies."
}