Skip to content

Commit

Permalink
Merge pull request #6656 from Ocelot-Social-Community/6655-fix-labels…
Browse files Browse the repository at this point in the history
…-of-some-filter-buttons

fix(webapp): fix wrong labels in filter menu buttons
  • Loading branch information
Tirokk authored Aug 2, 2023
2 parents 776d7b9 + 359101b commit f5094e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions webapp/components/FilterMenu/FollowingFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
icon="user-plus"
:label="$t('filter-menu.following')"
:filled="filteredByUsersFollowed"
:title="$t('contribution.filterFollow')"
:title="$t('filter-menu.following')"
@click="toggleFilteredByFollowed(currentUser.id)"
size="small"
>
{{ $t('contribution.filterFollow') }}
{{ $t('filter-menu.following') }}
</base-button>
</li>
<li class="item posts-in-my-groups-item">
Expand Down
2 changes: 1 addition & 1 deletion webapp/components/FilterMenu/OrderByFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
data-test="oldest-button"
size="small"
>
{{ buttonTitle('asc') }}
{{ buttonLabel('asc') }}
</base-button>
</li>
</template>
Expand Down
2 changes: 1 addition & 1 deletion webapp/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
},
"filterFollow": "Nutzern, denen ich folge",
"filterMasonryGrid": {
"myFriends": "Nutzer denen ich folge",
"myFriends": "Nutzer, denen ich folge",
"myGroups": "Aus meinen Gruppen",
"myTopics": "Meine Themen",
"noFilter": "Inhalte filtern",
Expand Down

0 comments on commit f5094e9

Please sign in to comment.