From 2285883149a71c8892f24089a52240a85069573c Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sun, 2 Feb 2025 18:25:40 +0100 Subject: [PATCH] Fix typo #778 --- src/bin/add-story.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/add-story.ts b/src/bin/add-story.ts index 8b82e80e..81cc80dd 100644 --- a/src/bin/add-story.ts +++ b/src/bin/add-story.ts @@ -74,7 +74,7 @@ export async function command(params: { buildContext: BuildContext }) { if (themeType === "admin") { console.log( - `${chalk.red("✗")} Sorry, there is no Storybook support for the Account UI.` + `${chalk.red("✗")} Sorry, there is no Storybook support for the Admin UI.` ); process.exit(0);