chore: updating deprecation warning text

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-02-25 10:24:28 +01:00
parent 55361f3f7b
commit c67b3cb876
+1 -1
View File
@@ -64,7 +64,7 @@ export const Router = (props: RouterProps) => {
if (legacyTemplateCardComponent || legacyTaskPageComponent) {
// eslint-disable-next-line no-console
console.warn(
"DEPRECATION: 'TemplateCardComponent' and 'TaskPageComponent' are deprecated when calling the 'ScaffolderPage'. Use 'components' instead.",
"DEPRECATION: 'TemplateCardComponent' and 'TaskPageComponent' are deprecated when calling the 'ScaffolderPage'. Use 'components' prop to pass these component overrides instead.",
);
}