@@ -242,7 +312,7 @@ export default function StepOne({
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}
diff --git a/frontend/packages/client/src/components/CommunityProposals.js b/frontend/packages/client/src/components/CommunityProposals.js
index 85113da75..c27d780f3 100644
--- a/frontend/packages/client/src/components/CommunityProposals.js
+++ b/frontend/packages/client/src/components/CommunityProposals.js
@@ -40,9 +40,6 @@ export default function CommunityProposals({ communityId = 1, admins } = {}) {
});
const classesContainer = notMobile ? 'mt-6' : 'mt-5';
- const classesAboutContainer = `columns is-multiline m-0 ${
- notMobile ? 'mt-5 pt-2' : 'mt-4'
- }`;
const initialLoading =
filterValue !== 'all'
@@ -97,18 +94,6 @@ export default function CommunityProposals({ communityId = 1, admins } = {}) {
)}
-
-
- ABOUT PROPOSALS
-
-
- Proposals are created and submitted by community members. Members
- can cast token-weighted votes on active proposals to make decisions.
-