Signed-off-by: Christian Wolf <git@christianwolf.email>
This commit is contained in:
Christian Wolf 2024-09-18 20:37:56 +02:00
Родитель 4fc4cdefaa
Коммит e01a78133f
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -3,7 +3,9 @@
<div class="form-group">
<RecipeSortSelect
v-model="localOrderBy"
:aria-label="t('cookbook', 'Show settings for filtering recipe list')"
:aria-label="
t('cookbook', 'Show settings for filtering recipe list')
"
:label="t('cookbook', 'Order')"
class="mr-4"
:title="t('cookbook', 'Show filter settings')"

Просмотреть файл

@ -175,7 +175,7 @@
<div class="d-flex flex-row justify-end mt-4">
<NcButton type="tertiary" @click="clearFilters">
{{
/* TRANSLATORS Button text for applying recipe-filter values */
/* TRANSLATORS Button text for applying recipe-filter values */
t('cookbook', 'Clear')
}}
</NcButton>