Merge pull request #6105 from Ocelot-Social-Community/6104-change-group-filter-texts

feat(webapp): change group filter button text
This commit is contained in:
Wolfgang Huß 2023-03-09 15:31:04 +01:00 committed by GitHub
commit 5911831c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -270,7 +270,7 @@
"filterFollow": "Beiträge von Nutzern filtern, denen ich folge",
"filterMasonryGrid": {
"myFriends": "Nutzer denen ich folge",
"myGroups": "Meine Gruppen",
"myGroups": "Aus meinen Gruppen",
"myTopics": "Meine Themen",
"noFilter": "Beiträge filtern"
},

View File

@ -270,7 +270,7 @@
"filterFollow": "Filter contributions from users I follow",
"filterMasonryGrid": {
"myFriends": "Users I follow",
"myGroups": "My groups",
"myGroups": "By my groups",
"myTopics": "My topics",
"noFilter": "Filter posts"
},