Change logo, a string.

This commit is contained in:
DominicJamesWhite
2025-04-09 23:01:27 +02:00
parent f6569886ba
commit 08665b42ee
2 changed files with 3 additions and 7 deletions

View File

@@ -1,5 +1,4 @@
import { getClientConfig } from "../config/client";
import { SubmitKey } from "../store/config";
import { LocaleType } from "./index";
import { SAAS_CHAT_UTM_URL } from "@/app/constant";
// if you are adding a new translation, please use PartialLocaleType instead of LocaleType
@@ -86,11 +85,8 @@ const en: LocaleType = {
Rename: "Rename Chat",
Typing: "Typing…",
Input: (submitKey: string) => {
var inputHints = `${submitKey} to send`;
if (submitKey === String(SubmitKey.Enter)) {
inputHints += ", Shift + Enter to wrap";
}
return inputHints + ", / to search prompts, : to use commands";
var inputHints = `How can I help you today?`;
return inputHints;
},
Send: "Send",
StartSpeak: "Start Speak",