minor change
This commit is contained in:
parent
aaf3590542
commit
38f731f313
|
@ -133,7 +133,7 @@ export default function EditCollectionSharingModal({
|
||||||
|
|
||||||
{collection.isPublic && (
|
{collection.isPublic && (
|
||||||
<div>
|
<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">
|
<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}
|
{publicCollectionURL}
|
||||||
<CopyButton text={publicCollectionURL} />
|
<CopyButton text={publicCollectionURL} />
|
||||||
|
|
|
@ -315,7 +315,7 @@
|
||||||
"make_collection_public": "Make Collection Public",
|
"make_collection_public": "Make Collection Public",
|
||||||
"make_collection_public_checkbox": "Make this a public collection",
|
"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.",
|
"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!",
|
"copied": "Copied!",
|
||||||
"members": "Members",
|
"members": "Members",
|
||||||
"members_username_placeholder": "Username (without the '@')",
|
"members_username_placeholder": "Username (without the '@')",
|
||||||
|
|
Ŝarĝante…
Reference in New Issue