Skip to content

Commit 59171da

Browse files
committed
refac
1 parent 945275f commit 59171da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/workspace/common/AccessControl.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519
{#if hasPublicReadGrant(accessGrants ?? []) && accessRoles.includes('write')}
520520
<div class="flex w-full justify-between mt-2 ml-0.5">
521521
<div class="self-center text-xs">
522-
{$i18n.t('Allow everyone to edit')}
522+
{$i18n.t('Allow public write access')}
523523
</div>
524524
<Switch
525525
state={hasPublicWriteGrant(accessGrants ?? [])}

0 commit comments

Comments
 (0)