You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webapp/src/assets/strings.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@ export const COPY = {
3
3
CHAT_DELETED_MESSAGE: (chatName?: string)=>
4
4
`Chat ${
5
5
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.`,
7
7
REFRESH_APP_ADVISORY: 'Please refresh the page to ensure you have the latest data.',
0 commit comments