Commit 5aad3280 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: toast message wording

parent 03a7f88d
...@@ -21,7 +21,7 @@ ...@@ -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);
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment