We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790c40e commit 84e0f6fCopy full SHA for 84e0f6f
packages/app/src/app/pages/common/Modals/MoveSandboxFolderModal/index.tsx
@@ -229,11 +229,11 @@ export const MoveSandboxFolderModal: FunctionComponent = () => {
229
230
const PRIVACY_OPTIONS = {
231
0: {
232
- description: 'Public (everyone can view)',
+ description: 'Public (everyone has access)',
233
icon: () => <Icon size={12} name="globe" />,
234
},
235
1: {
236
- description: 'Unlisted (everyone with the link can view)',
+ description: 'Unlisted (everyone with the link can access)',
237
icon: () => <Icon size={12} name="link" />,
238
239
2: {
0 commit comments