We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945275f commit 59171daCopy full SHA for 59171da
1 file changed
src/lib/components/workspace/common/AccessControl.svelte
@@ -519,7 +519,7 @@
519
{#if hasPublicReadGrant(accessGrants ?? []) && accessRoles.includes('write')}
520
<div class="flex w-full justify-between mt-2 ml-0.5">
521
<div class="self-center text-xs">
522
- {$i18n.t('Allow everyone to edit')}
+ {$i18n.t('Allow public write access')}
523
</div>
524
<Switch
525
state={hasPublicWriteGrant(accessGrants ?? [])}
0 commit comments