diff --git a/ayanova/src/views/home-notifications.vue b/ayanova/src/views/home-notifications.vue
index cbd8b36e..ae75b6ce 100644
--- a/ayanova/src/views/home-notifications.vue
+++ b/ayanova/src/views/home-notifications.vue
@@ -40,7 +40,9 @@
>{{ i.uiayatype }}
-
{{ i.message }}
+
@@ -202,6 +204,10 @@ export default {
temp[i].name = vm.$ay.t("Server");
}
+ // if (temp[i].message && temp[i].message.includes("\n")) {
+ // temp[i].message = temp[i].message.replace("\n", "
");
+ // }
+
temp[i].ageValueViz = window.$gz.locale.durationLocalized(
temp[i].ageValue
);