diff --git a/src/client/src/app/i18n/de.json b/src/client/src/app/i18n/de.json
index 8e4bb7e..ffacb3e 100644
--- a/src/client/src/app/i18n/de.json
+++ b/src/client/src/app/i18n/de.json
@@ -42,7 +42,7 @@
"enabledOnAllDevices": "Auf allen Geräten aktiviert",
"eanbled": "Auf diesem Gerät aktiviert",
"errors": {
- "notSupported": "Benachrichtigungen werden von diesem Browser nicht unterstützt.",
+ "notSupported": "Benachrichtigungen werden von diesem Browser nicht unterstützt. Gegenebenfalls muss die Webseite auf dem Home-Bildschirm installiert werden.",
"notGranted": {
"title": "Erlaubnis über Benachrichtigungen nicht erteilt",
"description": "Um Benachrichtigungen erhalten zu können, musst du dies in den Systemeinstellungen aktivieren, oder die App erneut installieren."
diff --git a/src/client/src/app/i18n/en.json b/src/client/src/app/i18n/en.json
index 2410699..b2d0ad0 100644
--- a/src/client/src/app/i18n/en.json
+++ b/src/client/src/app/i18n/en.json
@@ -42,7 +42,7 @@
"enabledOnAllDevices": "Enabled on all devices",
"eanbled": "Enabled on this device",
"errors": {
- "notSupported": "Notifications are not supported by this browser.",
+ "notSupported": "Notifications are not supported by this browser. Probably this website needs to be installed onto the homescreen.",
"notGranted": {
"title": "Notification permission not granted",
"description": "To receive notifications, you must activate this in the system settings or reinstall the app."