diff --git a/components/ModalContent/EditCollectionSharingModal.tsx b/components/ModalContent/EditCollectionSharingModal.tsx index 04c44b0..921c3bb 100644 --- a/components/ModalContent/EditCollectionSharingModal.tsx +++ b/components/ModalContent/EditCollectionSharingModal.tsx @@ -133,7 +133,7 @@ export default function EditCollectionSharingModal({ {collection.isPublic && (
-

{t("sharable_link_guide")}

+

{t("sharable_link")}

{publicCollectionURL} diff --git a/public/locales/en/common.json b/public/locales/en/common.json index bcc0448..b6b2ef3 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -315,7 +315,7 @@ "make_collection_public": "Make Collection Public", "make_collection_public_checkbox": "Make this a public collection", "make_collection_public_desc": "This will allow anyone to view this collection and it's users.", - "sharable_link_guide": "Sharable Link (Click to copy)", + "sharable_link": "Sharable Link", "copied": "Copied!", "members": "Members", "members_username_placeholder": "Username (without the '@')",