fix grammer

This commit is contained in:
2023-05-08 19:40:46 +10:00
parent 54b5929aa4
commit a25776fbbb

View File

@@ -42,7 +42,7 @@ const copyAnchor = () => {
.writeText(newUrl)
.then(() => {
useToastStore().addToast({
title: "Copy to Clipboard",
title: "Copied to Clipboard",
content: "The header URL has been copied to the clipboard.",
type: "success",
});