diff --git a/resources/js/components/SMHeader.vue b/resources/js/components/SMHeader.vue index 289b9f3..76c9648 100644 --- a/resources/js/components/SMHeader.vue +++ b/resources/js/components/SMHeader.vue @@ -38,14 +38,14 @@ const copyAnchor = () => { .then(() => { useToastStore().addToast({ title: "Copy to Clipboard", - content: "The header URL has been copied to the clipboard", + content: "The header URL has been copied to the clipboard.", type: "success", }); }) .catch(() => { useToastStore().addToast({ title: "Copy to Clipboard", - content: "Failed to copy the header URL to the clipboard", + content: "Failed to copy the header URL to the clipboard.", type: "danger", }); });