Skip to content

feat: add disabling of default 'everyone' group access to template #7982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Jun 14, 2023
Merged
Prev Previous commit
Next Next commit
Fix wording
  • Loading branch information
Emyrk committed Jun 12, 2023
commit 6ed8a91c2ac0789411a46f70650313fd80aaa978
2 changes: 1 addition & 1 deletion site/src/pages/CreateTemplatePage/CreateTemplateForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ export const CreateTemplateForm: FC<CreateTemplateFormProps> = ({
className={styles.optionText}
>
<strong>
Allow the &apos;everyone&apos; group read &apos;user&apos;
Allow the &apos;everyone&apos; group &apos;use&apos;
access to the template
</strong>

Expand Down