Change text for chat room search to 'Filter chat rooms'

This commit is contained in:
Wolfgang Huß 2023-07-18 12:23:09 +02:00
parent 61ecb448bb
commit 1cc60cd154
4 changed files with 8 additions and 2 deletions

View File

@ -88,7 +88,7 @@
"newMessages": "Neue Nachrichten", "newMessages": "Neue Nachrichten",
"roomEmpty": "Keinen Raum selektiert", "roomEmpty": "Keinen Raum selektiert",
"roomsEmpty": "Keine Räume", "roomsEmpty": "Keine Räume",
"search": "Suche", "search": "Chat-Räume filtern",
"typeMessage": "Nachricht schreiben", "typeMessage": "Nachricht schreiben",
"userProfileButton": { "userProfileButton": {
"label": "Chat", "label": "Chat",

View File

@ -88,7 +88,7 @@
"newMessages": "New Messages", "newMessages": "New Messages",
"roomEmpty": "No room selected", "roomEmpty": "No room selected",
"roomsEmpty": "No rooms", "roomsEmpty": "No rooms",
"search": "Search", "search": "Filter chat rooms",
"typeMessage": "Type message", "typeMessage": "Type message",
"userProfileButton": { "userProfileButton": {
"label": "Chat", "label": "Chat",

View File

@ -75,6 +75,9 @@
} }
} }
}, },
"chat": {
"search": "Filtrar salas de chat"
},
"code-of-conduct": { "code-of-conduct": {
"subheader": "para la red social de {ORGANIZATION_NAME}" "subheader": "para la red social de {ORGANIZATION_NAME}"
}, },

View File

@ -75,6 +75,9 @@
} }
} }
}, },
"chat": {
"search": "Filtrer les salons de chat"
},
"code-of-conduct": { "code-of-conduct": {
"subheader": "pour le réseau social de {ORGANIZATION_NAME}" "subheader": "pour le réseau social de {ORGANIZATION_NAME}"
}, },