victor HF staff commited on
Commit
1d0d9b3
1 Parent(s): 1c8195c
Files changed (1) hide show
  1. src/lib/shareConversation.ts +1 -1
src/lib/shareConversation.ts CHANGED
@@ -23,7 +23,7 @@ export async function shareConversation(id: string, title: string) {
23
  url,
24
  });
25
  } else {
26
- prompt("Share this link with your friends:", url);
27
  }
28
  } catch (err) {
29
  console.error(err);
 
23
  url,
24
  });
25
  } else {
26
+ prompt("Copy this public url to share:", url);
27
  }
28
  } catch (err) {
29
  console.error(err);