mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 22:48:41 +00:00
typo
This commit is contained in:
parent
5f8df21011
commit
6856eb3809
1 changed files with 1 additions and 1 deletions
|
|
@ -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.",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue