mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
feat: rename live chat tester to console
This commit is contained in:
@@ -33,7 +33,7 @@ export const ChatWidget = () => {
|
||||
<UiChatWidget
|
||||
config={{
|
||||
apiUrl,
|
||||
channel: "live-chat-tester-channel",
|
||||
channel: "console-channel",
|
||||
token: "test",
|
||||
language: i18n.language,
|
||||
}}
|
||||
|
||||
@@ -19,7 +19,7 @@ export const ChatWidgetHeader = () => {
|
||||
<Box display="flex" alignItems="center" ml={2}>
|
||||
<HexabotLogoRound width={32} height={32} />
|
||||
<Typography component="h2" fontSize="1.25rem" ml={2}>
|
||||
{t("title.live_chat_tester")}
|
||||
{t("title.console")}
|
||||
</Typography>
|
||||
</Box>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user