removed a ':' for copy message link

This commit is contained in:
Andreas Köpf
2023-02-09 14:52:02 +00:00
parent 4784cf02eb
commit eb340e0d9a
@@ -238,7 +238,7 @@ const MessageActions = ({
</MenuItem>
<MenuItem
onClick={() => handleCopy(`${window.location.protocol}://${window.location.host}/messages/${id}`)}
onClick={() => handleCopy(`${window.location.protocol}//${window.location.host}/messages/${id}`)}
icon={<Link />}
>
{t("copy_message_link")}