Skip to content

Commit 84e0f6f

Browse files
committed
privacy label
1 parent 790c40e commit 84e0f6f

File tree

1 file changed

+2
-2
lines changed
  • packages/app/src/app/pages/common/Modals/MoveSandboxFolderModal

1 file changed

+2
-2
lines changed

packages/app/src/app/pages/common/Modals/MoveSandboxFolderModal/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,11 @@ export const MoveSandboxFolderModal: FunctionComponent = () => {
229229

230230
const PRIVACY_OPTIONS = {
231231
0: {
232-
description: 'Public (everyone can view)',
232+
description: 'Public (everyone has access)',
233233
icon: () => <Icon size={12} name="globe" />,
234234
},
235235
1: {
236-
description: 'Unlisted (everyone with the link can view)',
236+
description: 'Unlisted (everyone with the link can access)',
237237
icon: () => <Icon size={12} name="link" />,
238238
},
239239
2: {

0 commit comments

Comments
 (0)