mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 21:42:58 +00:00
refac: toast message wording
This commit is contained in:
parent
03a7f88dca
commit
5aad328040
@ -21,7 +21,7 @@
|
|||||||
const sharedChat = await shareChatById(localStorage.token, $chatId);
|
const sharedChat = await shareChatById(localStorage.token, $chatId);
|
||||||
const chatShareUrl = `${window.location.origin}/s/${sharedChat.id}`;
|
const chatShareUrl = `${window.location.origin}/s/${sharedChat.id}`;
|
||||||
|
|
||||||
toast.success($i18n.t('Copied shared conversation URL to clipboard!'));
|
toast.success($i18n.t('Copied shared chat URL to clipboard!'));
|
||||||
copyToClipboard(chatShareUrl);
|
copyToClipboard(chatShareUrl);
|
||||||
chat = await getChatById(localStorage.token, $chatId);
|
chat = await getChatById(localStorage.token, $chatId);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user