Skip to content

Commit 04a7594

Browse files
authored
fix: correct translator path (Chainlit#1796)
1 parent 731492b commit 04a7594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/chat/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ const Chat = () => {
195195
{error ? (
196196
<div className="w-full mx-auto my-2">
197197
<Alert className="mx-2" id="session-error" variant="error">
198-
<Translator path="common.status.errors.serverConnection" />
198+
<Translator path="common.status.error.serverConnection" />
199199
</Alert>
200200
</div>
201201
) : null}

0 commit comments

Comments
 (0)