mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
changed label text for event filter component
This commit is contained in:
parent
8c9706505a
commit
c6a1c1a8c8
@ -11,7 +11,7 @@
|
||||
data-test="all-button"
|
||||
size="small"
|
||||
>
|
||||
{{ $t('filter-menu.ended.all.hint') }}
|
||||
{{ $t('filter-menu.ended.all.label') }}
|
||||
</base-button>
|
||||
</li>
|
||||
<li class="item">
|
||||
@ -24,7 +24,7 @@
|
||||
data-test="not-ended-button"
|
||||
size="small"
|
||||
>
|
||||
{{ $t('filter-menu.ended.onlyEnded.hint') }}
|
||||
{{ $t('filter-menu.ended.onlyEnded.label') }}
|
||||
</base-button>
|
||||
</li>
|
||||
</template>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user