mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add title 'Creation date' to 'OrderByFilter.vue'
This commit is contained in:
parent
b153619b9f
commit
0599558578
@ -1,5 +1,9 @@
|
||||
<template>
|
||||
<filter-menu-section :divider="false" class="order-by-filter">
|
||||
<filter-menu-section
|
||||
class="order-by-filter"
|
||||
:title="$t('filter-menu.creationDate')"
|
||||
:divider="false"
|
||||
>
|
||||
<template #filter-list>
|
||||
<li class="item">
|
||||
<labeled-button
|
||||
@ -38,6 +42,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
...mapGetters({
|
||||
filteredPostTypes: 'posts/filteredPostTypes',
|
||||
orderBy: 'posts/orderBy',
|
||||
}),
|
||||
},
|
||||
|
||||
@ -380,6 +380,7 @@
|
||||
"all": "Alle",
|
||||
"article": "Beitrag",
|
||||
"categories": "Themen",
|
||||
"creationDate": "Erstellungsdatum",
|
||||
"deleteFilter": "Filter löschen",
|
||||
"emotions": "Emotionen",
|
||||
"event": "Veranstaltung",
|
||||
|
||||
@ -380,6 +380,7 @@
|
||||
"all": "All",
|
||||
"article": "Article",
|
||||
"categories": "Topics",
|
||||
"creationDate": "Creation date",
|
||||
"deleteFilter": "Delete filter",
|
||||
"emotions": "Emotions",
|
||||
"event": "Event",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user