+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index 05b82a103..9afd976f9 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -51,6 +51,7 @@ import WeCom from "./WeCom.vue";
import GoAlert from "./GoAlert.vue";
import ZohoCliq from "./ZohoCliq.vue";
import Splunk from "./Splunk.vue";
+import CeredSMS from "./CeredSMS.vue";
/**
* Manage all notification form.
@@ -110,7 +111,8 @@ const NotificationFormList = {
"WeCom": WeCom,
"GoAlert": GoAlert,
"ServerChan": ServerChan,
- "ZohoCliq": ZohoCliq
+ "ZohoCliq": ZohoCliq,
+ "ceredsms": CeredSMS,
};
export default NotificationFormList;
diff --git a/src/lang/pl.json b/src/lang/pl.json
index aa0b0a67c..0710a9d87 100644
--- a/src/lang/pl.json
+++ b/src/lang/pl.json
@@ -838,5 +838,7 @@
"noOrBadCertificate": "Brak/zły certyfikat",
"Invert Keyword": "Odwróć słowo kluczowe",
"Expected Value": "Oczekiwana wartość",
- "Json Query": "Zapytanie Json"
+ "Json Query": "Zapytanie Json",
+ "ceredsmsSenderName": "Nadpis",
+ "ceredsmsPhoneNumber": "Numer telefonu"
}