From d2783e6413d75270d06cb3c9a40fd37e7846ac7b Mon Sep 17 00:00:00 2001 From: yorkeking <34937020+yorkeking@users.noreply.github.com> Date: Tue, 4 Apr 2023 00:07:57 +0800 Subject: [PATCH] Update en.ts --- app/locales/en.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/locales/en.ts b/app/locales/en.ts index 55884308c..26cb00ac9 100644 --- a/app/locales/en.ts +++ b/app/locales/en.ts @@ -68,12 +68,12 @@ const en: LocaleType = { SubTitle: "Adjust font size of chat content", }, Update: { - Version: (x: string) => `Version: ${x}`, + Version: (x: string) => `Lei-ChatGPT`, IsLatest: "Latest version", CheckUpdate: "Check Update", IsChecking: "Checking update...", - FoundUpdate: (x: string) => `Found new version: ${x}`, - GoToUpdate: "Update", + FoundUpdate: (x: string) => `Lei-ChatGPT`, + GoToUpdate: "Proceed to buy", }, SendKey: "Send Key", Theme: "Theme",