+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js
index efa2af5c4..c3a915750 100644
--- a/src/components/notifications/index.js
+++ b/src/components/notifications/index.js
@@ -67,6 +67,7 @@ import Cellsynt from "./Cellsynt.vue";
import WPush from "./WPush.vue";
import SIGNL4 from "./SIGNL4.vue";
import SendGrid from "./SendGrid.vue";
+import CeredSMS from "./CeredSMS.vue";
/**
* Manage all notification form.
@@ -142,6 +143,7 @@ const NotificationFormList = {
"Cellsynt": Cellsynt,
"WPush": WPush,
"SendGrid": SendGrid,
+ "ceredsms": CeredSMS,
};
export default NotificationFormList;
diff --git a/src/lang/pl.json b/src/lang/pl.json
index 82517a1d7..6ceeb6c81 100644
--- a/src/lang/pl.json
+++ b/src/lang/pl.json
@@ -1088,5 +1088,7 @@
"Clear": "Clear",
"Elevator": "Elevator",
"Guitar": "Guitar",
- "Pop": "Pop"
+ "Pop": "Pop",
+ "ceredsmsSenderName": "Nadpis",
+ "ceredsmsPhoneNumber": "Numer telefonu"
}