diff --git a/src/components/notifications/Cellsynt.vue b/src/components/notifications/Cellsynt.vue index 296f7278..f5b8650b 100644 --- a/src/components/notifications/Cellsynt.vue +++ b/src/components/notifications/Cellsynt.vue @@ -19,8 +19,8 @@
- - + +

{{ $t("Visible on recipient's mobile phone as originator of the message. Allowed values and function depends on parameter originatortype.") }}

@@ -49,7 +49,7 @@ export default { }, mounted() { if (typeof this.$parent.notification.cellsyntOriginatortype === "undefined" || this.$parent.notification.cellsyntOriginatortype === "") { - this.$parent.notification.cellsyntOriginatortype = "alpha"; + this.$parent.notification.cellsyntOriginatortype = "alpha"; } if (typeof this.$parent.notification.cellsyntOriginator === "undefined" || this.$parent.notification.cellsyntOriginator === "") { this.$parent.notification.cellsyntOriginator = "uptimekuma";