From 38f731f31313352a58dce65863410a8a8048e92e Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Thu, 12 Sep 2024 15:46:16 -0400 Subject: [PATCH] minor change --- components/ModalContent/EditCollectionSharingModal.tsx | 2 +- public/locales/en/common.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 '@')",