mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-25 14:25:34 -04:00
fix: use correct title and icon on Recipe Actions data page (#7498)
Co-authored-by: Zdenek <tvuj-email@example.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<GroupDataPage
|
<GroupDataPage
|
||||||
:icon="$globals.icons.linkVariantPlus"
|
:icon="$globals.icons.link"
|
||||||
:title="$t('data-pages.recipe-actions.new-recipe-action')"
|
:title="$t('data-pages.recipe-actions.recipe-actions-data')"
|
||||||
:create-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')"
|
:edit-title="$t('data-pages.recipe-actions.edit-recipe-action')"
|
||||||
:table-headers="tableHeaders"
|
:table-headers="tableHeaders"
|
||||||
|
|||||||
Reference in New Issue
Block a user