Skip to content

Commit

Permalink
update copy message
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccrear committed Mar 16, 2024
1 parent 057362d commit a155140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/write-message.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const onReady = function () {
}).catch(console.error);
}
else {
navigator.clipboard.writeText("This is your secret message. Decode it by following the link. " + currentShareMessage + " " + linkUrl).then(()=>{
navigator.clipboard.writeText("This is your secret message. \nDecode it by following the link. \n\n" + currentShareMessage + "\n\n " + linkUrl).then(()=>{
//set button text to "copied"
$("#copy-link").text("copied!");
});
Expand Down

0 comments on commit a155140

Please sign in to comment.