diff --git a/plugins/scaffolder/src/components/TemplateCard/TemplateCard.tsx b/plugins/scaffolder/src/components/TemplateCard/TemplateCard.tsx index b529780842..18b7679000 100644 --- a/plugins/scaffolder/src/components/TemplateCard/TemplateCard.tsx +++ b/plugins/scaffolder/src/components/TemplateCard/TemplateCard.tsx @@ -103,11 +103,11 @@ const DeprecationWarning = () => { const Title = ( - This template syntax is deprecated. Please follow the documentation{' '} + This template syntax is deprecated. +
- here - {' '} - to migrate + Please follow the documentation to migrate +
);