From 9e313e56524debf0db9b3c03a762b39ec3a84542 Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 20 May 2021 09:11:42 +0200 Subject: [PATCH] chore: fixing wording for deprecation notice Signed-off-by: blam --- .../src/components/TemplateCard/TemplateCard.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +
);