feat: rename live chat tester to console

This commit is contained in:
Mohamed Marrouchi
2024-10-22 14:37:42 +01:00
parent a3d7b83511
commit 5218233434
21 changed files with 67 additions and 69 deletions

View File

@@ -33,7 +33,7 @@ export const ChatWidget = () => {
<UiChatWidget
config={{
apiUrl,
channel: "live-chat-tester-channel",
channel: "console-channel",
token: "test",
language: i18n.language,
}}

View File

@@ -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>
);