mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Change filter menu save button label to 'Save topics'
This commit is contained in:
parent
b089c1652d
commit
0e948fc2e3
@ -4,7 +4,12 @@
|
|||||||
<div class="filter-header">
|
<div class="filter-header">
|
||||||
<h2 class="title">{{ $t('filter-menu.filter-by') }}</h2>
|
<h2 class="title">{{ $t('filter-menu.filter-by') }}</h2>
|
||||||
<div class="item-save-topics">
|
<div class="item-save-topics">
|
||||||
<labeled-button filled :label="$t('actions.save')" icon="save" @click="saveCategories" />
|
<labeled-button
|
||||||
|
filled
|
||||||
|
:label="$t('actions.saveCategories')"
|
||||||
|
icon="save"
|
||||||
|
@click="saveCategories"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<post-type-filter />
|
<post-type-filter />
|
||||||
|
|||||||
@ -6,7 +6,8 @@
|
|||||||
"edit": "Bearbeiten",
|
"edit": "Bearbeiten",
|
||||||
"loading": "wird geladen",
|
"loading": "wird geladen",
|
||||||
"loadMore": "mehr laden",
|
"loadMore": "mehr laden",
|
||||||
"save": "Speichern"
|
"save": "Speichern",
|
||||||
|
"saveCategories": "Themen speichern"
|
||||||
},
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"categories": {
|
"categories": {
|
||||||
|
|||||||
@ -6,7 +6,8 @@
|
|||||||
"edit": "Edit",
|
"edit": "Edit",
|
||||||
"loading": "loading",
|
"loading": "loading",
|
||||||
"loadMore": "load more",
|
"loadMore": "load more",
|
||||||
"save": "Save"
|
"save": "Save",
|
||||||
|
"saveCategories": "Save topics"
|
||||||
},
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
"categories": {
|
"categories": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user