Skip to content

Commit 53b81db

Browse files
committed
Changing string
1 parent 4bebf44 commit 53b81db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/assets/strings.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ export const COPY = {
33
CHAT_DELETED_MESSAGE: (chatName?: string) =>
44
`Chat ${
55
chatName ? `{${chatName}} ` : ''
6-
}has been deleted by another user. Please save any resources you need and refresh the page.`,
6+
}has been removed by another user. You can still access the latest chat history for now. All chat content will be cleared once you refresh or exit the application.`,
77
REFRESH_APP_ADVISORY: 'Please refresh the page to ensure you have the latest data.',
88
};

0 commit comments

Comments
 (0)