From 2cb92c0e5f1135e94ba5484ef878063388684d46 Mon Sep 17 00:00:00 2001 From: poroyo <132068975+poroyo@users.noreply.github.com> Date: Fri, 16 May 2025 02:53:44 +0900 Subject: [PATCH] fix: correct promptTextInfoInsideChat label to "Add Prompt Text to Chat" --- src/lang/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/en.ts b/src/lang/en.ts index 8904e03a..6de38200 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -1124,7 +1124,7 @@ export const languageEnglish = { hypaMemoryV3Modal: "Hypa V3 Modal", showMenuHypaMemoryModal: "Show Menu Hypa Modal", promptInfoInsideChat: "Add Prompt Info to Chat", - promptTextInfoInsideChat: "Add Prompt Info to Chat", + promptTextInfoInsideChat: "Add Prompt Text to Chat", promptInfoEmptyMessage: "No prompt information is available for this message.", promptInfoEmptyToggle: "No custom toggles are currently active.", promptInfoEmptyText: "No prompt text has been saved.",