minor change

This commit is contained in:
daniel31x13 2024-09-12 15:46:16 -04:00
parent aaf3590542
commit 38f731f313
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ export default function EditCollectionSharingModal({
{collection.isPublic && (
<div>
<p className="mb-2">{t("sharable_link_guide")}</p>
<p className="mb-2">{t("sharable_link")}</p>
<div className="w-full hide-scrollbar overflow-x-auto whitespace-nowrap rounded-md p-2 bg-base-200 border-neutral-content border-solid border flex items-center gap-2 justify-between">
{publicCollectionURL}
<CopyButton text={publicCollectionURL} />

View File

@ -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 '@')",