This commit is contained in:
otsmr 2025-02-14 00:07:48 +01:00
parent 5f8df21011
commit 6856eb3809

View file

@ -142,7 +142,7 @@ String getPushNotificationText(String key, String userName) {
if (systemLanguage.contains("de")) { if (systemLanguage.contains("de")) {
pushNotificationText = { pushNotificationText = {
"newTextMessage": "%userName% hat die eine Nachricht gesendet.", "newTextMessage": "%userName% hat dir eine Nachricht gesendet.",
"newTwonly": "%userName% hat dir einen twonly gesendet.", "newTwonly": "%userName% hat dir einen twonly gesendet.",
"newVideo": "%userName% hat dir eine Video gesendet.", "newVideo": "%userName% hat dir eine Video gesendet.",
"newImage": "%userName% hat dir eine Bild gesendet.", "newImage": "%userName% hat dir eine Bild gesendet.",