diff --git a/frontend/src/lib/components/NewCollection.svelte b/frontend/src/lib/components/NewCollection.svelte index 519b2a4..29887a7 100644 --- a/frontend/src/lib/components/NewCollection.svelte +++ b/frontend/src/lib/components/NewCollection.svelte @@ -119,7 +119,7 @@
{data.user.username}
{#if data.user && data.user.date_joined} -Member Since
+{$t('profile.member_since')}
@@ -49,23 +50,23 @@
-- No collections found that are shared with you. + {$t('share.no_shared_found')} {#if data.user && !data.user?.public_profile} -
In order to allow users to share with you, you need your profile set to public.
- {$t('share.set_public')} + {/if}