diff --git a/frontend/packages/client/src/components/Community/CommunityEditorDetails.js b/frontend/packages/client/src/components/Community/CommunityEditorDetails.js
index 44fadb78f..c91313571 100644
--- a/frontend/packages/client/src/components/Community/CommunityEditorDetails.js
+++ b/frontend/packages/client/src/components/Community/CommunityEditorDetails.js
@@ -328,15 +328,17 @@ export default function CommunityEditorDetails({ communityId } = {}) {
return (
<>
>
diff --git a/frontend/packages/client/src/components/CommunityCreate/StepTwo.js b/frontend/packages/client/src/components/CommunityCreate/StepTwo.js
index fa5d008a1..158094b09 100644
--- a/frontend/packages/client/src/components/CommunityCreate/StepTwo.js
+++ b/frontend/packages/client/src/components/CommunityCreate/StepTwo.js
@@ -96,7 +96,9 @@ export default function StepTwo({
>
}
- description="The admins will be able to edit the space settings and moderate proposals. You must add one address per line."
+ description="Admins can edit community settings and moderate proposals.
+ We recommend at least two admin for each community, but it is not a requirement.
+ Please add one address per line."
addrList={listAddrAdmins}
onAddressChange={onAdminAddressChange}
onDeleteAddress={onAdminAddressDelete}
@@ -121,7 +123,8 @@ export default function StepTwo({
>
}
- description="Authors can post proposals regardless of their voting power."
+ description="Authors can create and publish proposals, selecting from voting strategies set by an Admin.
+ Admins are automatically added as Authors."
addrList={listAddrAuthors}
onAddressChange={onAuthorAddressChange}
onDeleteAddress={onAuthorAddressDelete}