Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Make it more french
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuf Kaka committed Sep 15, 2023
1 parent 8820e3a commit 1e80eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,8 @@ const Chat = () => {
className={styles.chatIcon}
aria-hidden="true"
/>
<h1 className={styles.chatEmptyStateTitle}>Start chatting</h1>
<h2 className={styles.chatEmptyStateSubtitle}>This chatbot is configured to answer your questions</h2>
<h1 className={styles.chatEmptyStateTitle}>Let's get cooking!</h1>
<h2 className={styles.chatEmptyStateSubtitle}>Or as we say in France, Allons cuisiner!</h2>
</Stack>
) : (
<div className={styles.chatMessageStream} style={{ marginBottom: isLoading ? "40px" : "0px"}} role="log">
Expand Down

0 comments on commit 1e80eb5

Please sign in to comment.