mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-05 12:35:35 -04:00
fix: Reverted references to categories on the recipe actions data management page (#7391)
This commit is contained in:
committed by
GitHub
parent
7e7d1622dd
commit
0d1349cc7f
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div>
|
||||
<GroupDataPage
|
||||
:icon="$globals.icons.categories"
|
||||
:title="$t('data-pages.categories.category-data')"
|
||||
:icon="$globals.icons.linkVariantPlus"
|
||||
:title="$t('data-pages.recipe-actions.new-recipe-action')"
|
||||
:create-title="$t('data-pages.recipe-actions.new-recipe-action')"
|
||||
:edit-title="$t('data-pages.recipe-actions.edit-recipe-action')"
|
||||
:table-headers="tableHeaders"
|
||||
|
||||
Reference in New Issue
Block a user