diff --git a/resources/static/script.js b/resources/static/script.js index 79b3eac..c80bb43 100644 --- a/resources/static/script.js +++ b/resources/static/script.js @@ -129,7 +129,7 @@ const copyShortUrl = async (link) => { showAlert(`Short URL ${link} was copied to clipboard!`, "green"); } catch (e) { console.log(e); - showAlert("Could not copy short URL to clipboard, please do it manually.", "red"); + showAlert(`Could not copy short URL to clipboard, please do it manually: ${site}/${link}`, "red"); } }