1
0
Fork 0
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:
boc-the-git 2023-11-25 20:53:49 +11:00 committed by GitHub
commit 6cec7f6dcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 151 additions and 112 deletions

View file

@ -115,7 +115,7 @@ export default defineComponent({
},
head() {
return {
title: this.$t("settings.pages") as string,
title: this.$t("cookbook.cookbooks") as string,
};
},
});

View file

@ -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: [] })">