diff --git a/config/form.ts b/config/form.ts index e82b7e8..4f8ccd7 100644 --- a/config/form.ts +++ b/config/form.ts @@ -184,7 +184,7 @@ const stage0: StageSectionConfig = { label: "Member-Owner Goal for current Stage", type: "number", civiField: `${G0}.Member_Goal_for_current_Stage`, - help: "What is your member-owner goal for your current co-op development Stage?", + help: "What is your member / owner goal for your current co-op development Stage?", }, { name: "Members__current_", @@ -199,7 +199,7 @@ const stage0: StageSectionConfig = { type: "number", civiField: `${G0}.Total_members_at_opening`, visibleWhen: visibleAtOrAfter(S.Stabilize), - help: "How many member-owners will be required at opening for this store?", + help: "How many member-owners did the co-op have on opening day?", }, // { // name: "Volunteers_Helping_In_Store", @@ -285,7 +285,7 @@ const stage0: StageSectionConfig = { type: "currency", visibleWhen: visibleAtOrAfter(S.BusinessFeasibility, S.StoreImplementation, S.Stabilize), civiField: `${G0}.Member_equity_raised`, - help: "Member-owner equity raised, as of the time of survey", + help: "Member-owner equity raised, as of the time of check-in", }, // { // name: "Member_loans_total", @@ -299,7 +299,7 @@ const stage0: StageSectionConfig = { type: "currency", visibleWhen: visibleAtOrAfter(S.BusinessFeasibility, S.StoreImplementation, S.Stabilize), civiField: `${G0}.Member_loans_raised`, - help: "Total amount (USD) raised from member-owner loans, as of the time of survey", + help: "Total amount (USD) raised from member-owner loans, as of the time of check-in", }, // { // name: "Member_preferred_shares_total", @@ -320,7 +320,7 @@ const stage0: StageSectionConfig = { // { name: "Grant_Donations_Needed", label: "Grants / Donations Needed", type: "currency", civiField: `${G0}.Grant_Donations_Needed` }, { name: "Grants_Donations_Raised", label: "Grants / Donations Raised", type: "currency", visibleWhen: visibleAtOrAfter(S.BusinessFeasibility, S.StoreImplementation, S.Stabilize), civiField: `${G0}.Grants_Donations_Raised`, help: "Total amount (USD) raised from Grants and Donations in the latest Sources and Uses doc" }, // { name: "Other_sources_total", label: "Other sources total needed", type: "currency", civiField: `${G0}.Other_sources_total` }, - { name: "Other_sources_raised", label: "Other sources raised", type: "currency", visibleWhen: visibleAtOrAfter(S.BusinessFeasibility, S.StoreImplementation, S.Stabilize), civiField: `${G0}.Other_sources_raised`, help: "Total amount (USD) successfully raised from other sources in the latest Sources and Uses doc (e.g. community loans or grants, free fill, vendor credit, landlord contribution, etc). Does not include member-owner contributions (loans or equity) or bank debt." }, + { name: "Other_sources_raised", label: "Other sources raised", type: "currency", visibleWhen: visibleAtOrAfter(S.BusinessFeasibility, S.StoreImplementation, S.Stabilize), civiField: `${G0}.Other_sources_raised`, help: "Total amount (USD) successfully raised from other sources in the latest Sources and Uses doc (e.g. community loans or grants, free fill, vendor credit, landlord contribution, etc). Does not include member contributions (loans or equity) or bank debt." }, // { name: "Date_Closed_Folded", label: "Date Closed / Folded", type: "date", civiField: `${G0}.Date_Closed_Folded` }, { name: "FTEs", @@ -346,7 +346,7 @@ const stage1: StageSectionConfig = { label: "Preliminary Market Assessment", type: "date", civiField: `${G1}.Preliminary_Market_Assessment`, - help: "What date was your Preliminary Market Assessment completed?", + help: "What date was your most recent Preliminary Market Assessment completed?", }, { name: "Preliminary_Market_Assessment_Upload", @@ -360,7 +360,7 @@ const stage1: StageSectionConfig = { label: "Preliminary Sources And Uses", type: "date", civiField: `${G1}.Preliminary_Sources_Uses`, - help: "When was your Preliminary Sources & Uses completed?", + help: "When was your most recent Preliminary Sources & Uses completed?", }, { name: "Preliminary_Sources_Uses_Upload", @@ -551,14 +551,14 @@ const stage3: StageSectionConfig = { label: "Capital Campaign: Owner Participation %", type: "percent", civiField: `${G3}.Capital_Campaign_Owner_Participation_`, - help: "What percentage of your owners have contributed to your capital campaign?", + help: "What percentage of your member-owners have contributed to your capital campaign?", }, { name: "Capital_Campaign_Average_Owner_Investment", label: "Capital Campaign: Average Owner Investment", type: "currency", civiField: `${G3}.Capital_Campaign_Average_Owner_Investment`, - help: "What is the average investment size from your owners? (i.e. total raised divided by number of owners participating. If your co-op raised $100,000 from 100 owners, the average owner investment would be $1,000. $100,000 / 100 = $1,000.)", + help: "What is the average investment size from your member-owners? (i.e. total raised divided by number of member-owners participating. If your co-op raised $100,000 from 100 owners, the average member-owner investment would be $1,000. $100,000 / 100 = $1,000.)", }, ] as FieldConfig[], fieldGroups: [