diff --git a/plugins/scaffolder/src/components/TemplateCard/TemplateCard.tsx b/plugins/scaffolder/src/components/TemplateCard/TemplateCard.tsx
index 8457b2af0d..3495409dd6 100644
--- a/plugins/scaffolder/src/components/TemplateCard/TemplateCard.tsx
+++ b/plugins/scaffolder/src/components/TemplateCard/TemplateCard.tsx
@@ -120,7 +120,8 @@ const DeprecationWarning = () => {
const Title = (
- This template syntax is deprecated. Click for more info.
+ This template uses a syntax that has been deprecated, and should be
+ migrated to a newer syntax. Click for more info.
);
@@ -128,7 +129,7 @@ const DeprecationWarning = () => {