From 97bb4978f79d9085245b73d153629955580f9436 Mon Sep 17 00:00:00 2001
From: Ludovic <54670129+lbr38@users.noreply.github.com>
Date: Sat, 16 Nov 2024 13:27:40 +0100
Subject: [PATCH] Notifications
---
notifications/notifications.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/notifications/notifications.json b/notifications/notifications.json
index 8534109b..09d0bfb9 100644
--- a/notifications/notifications.json
+++ b/notifications/notifications.json
@@ -3,12 +3,12 @@
"title" : "Welcome to motion-UI",
"message" : "Hey! This is the notification section, sometimes you will see some important messages here.
For any help, please check out the documentation here or feel free to add an issue on github."
},
- "NT02" : {
- "title" : "New! Android app",
- "message" : "An Android app is now available for download here (in the assets section)."
- },
"NT03" : {
"title" : "New! Discord channel",
"message" : "A Discord channel is available here for any questions or quick help/debugging (English or French spoken)."
+ },
+ "NT04" : {
+ "title" : "Android app",
+ "message" : "An Android app is available for download here (in the assets section). This app replaces the previous one which was a beta version."
}
}
\ No newline at end of file