From ad10324496aaf3f2d021612bccfdb9edbef1d85c Mon Sep 17 00:00:00 2001 From: "Irsyad A. Panjaitan" Date: Tue, 8 Oct 2024 04:21:35 +0700 Subject: [PATCH] fix: lfg --- src/commands/set-theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {