Skip to content

Commit dd3a470

Browse files
committed
Change create org form description text
It says "change", but there is nothing to change yet since this is a new organization.
1 parent cb6c6bb commit dd3a470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/ManagementSettingsPage/CreateOrganizationPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const CreateOrganizationPageView: FC<
105105
>
106106
<FormSection
107107
title="General info"
108-
description="Change the name or description of the organization."
108+
description="The name and description of the organization."
109109
>
110110
<fieldset
111111
disabled={form.isSubmitting}

0 commit comments

Comments
 (0)