From bcb25b5d5e1da39a5e0f09cb9f35fff0e463c93b Mon Sep 17 00:00:00 2001 From: James Collins Date: Mon, 24 Apr 2023 14:42:31 +1000 Subject: [PATCH] grammar --- resources/js/components/SMHeader.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", }); });