mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 05:25:26 +02:00
Merge branch 'mealie-next' into fixes/ui-improvements
This commit is contained in:
commit
6cec7f6dcd
31 changed files with 151 additions and 112 deletions
|
@ -115,7 +115,7 @@ export default defineComponent({
|
|||
},
|
||||
head() {
|
||||
return {
|
||||
title: this.$t("settings.pages") as string,
|
||||
title: this.$t("cookbook.cookbooks") as string,
|
||||
};
|
||||
},
|
||||
});
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
lockBulkImport = false;
|
||||
"
|
||||
>
|
||||
Clear
|
||||
{{ $t('general.clear') }}
|
||||
</BaseButton>
|
||||
<v-spacer></v-spacer>
|
||||
<BaseButton class="mr-1 mb-1" color="info" @click="bulkUrls.push({ url: '', categories: [], tags: [] })">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue