From 502d10eeac6f5c5c077af97aafa0e19c28ee705d Mon Sep 17 00:00:00 2001 From: Simon Nilsson Date: Thu, 28 Mar 2024 08:57:49 +0100 Subject: [PATCH] Fixed warnings and errors --- src/components/notifications/Cellsynt.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";