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:
Zdenek Stursa
2026-04-19 18:04:38 +02:00
committed by GitHub
parent 2ca5694391
commit 8e429834af

View File

@@ -1,8 +1,8 @@
<template>
<div>
<GroupDataPage
:icon="$globals.icons.linkVariantPlus"
:title="$t('data-pages.recipe-actions.new-recipe-action')"
:icon="$globals.icons.link"
:title="$t('data-pages.recipe-actions.recipe-actions-data')"
:create-title="$t('data-pages.recipe-actions.new-recipe-action')"
:edit-title="$t('data-pages.recipe-actions.edit-recipe-action')"
:table-headers="tableHeaders"