mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix wrong labels in filter menu buttons
This commit is contained in:
parent
776d7b984c
commit
359101bb4c
@ -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">
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
data-test="oldest-button"
|
||||
size="small"
|
||||
>
|
||||
{{ buttonTitle('asc') }}
|
||||
{{ buttonLabel('asc') }}
|
||||
</base-button>
|
||||
</li>
|
||||
</template>
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user