Fix wrong labels in filter menu buttons

This commit is contained in:
Wolfgang Huß 2023-08-02 11:36:40 +02:00
parent 776d7b984c
commit 359101bb4c
3 changed files with 4 additions and 4 deletions

View File

@ -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">

View File

@ -24,7 +24,7 @@
data-test="oldest-button"
size="small"
>
{{ buttonTitle('asc') }}
{{ buttonLabel('asc') }}
</base-button>
</li>
</template>

View File

@ -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",