diff --git a/src/commands/set-theme.ts b/src/commands/set-theme.ts index ce32389..ebff251 100644 --- a/src/commands/set-theme.ts +++ b/src/commands/set-theme.ts @@ -15,7 +15,7 @@ export async function setTheme(overrideConfirmation: boolean) { if (!overrideConfirmation) { confirmOverride = await confirm({ - message: `Are you sure you want to override the current theme '${currentTheme}' with '${currentTheme}'?`, + message: `Are you sure you want to override the current theme '${currentTheme}' with others?`, }) if (confirmOverride) { } else {