Skip to content

Commit

Permalink
Merge pull request #2270 from MarkFeleaMotetGov/modal-ghost-text
Browse files Browse the repository at this point in the history
Update Add Nation and New Project modal ghost text
  • Loading branch information
jadmsaadaot authored May 23, 2024
2 parents d030ae9 + 67bff3d commit 61114b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ const FirstNationForm = ({ onSave, workNationId }: FirstNationFormProps) => {
<ETFormLabel required>Nation</ETFormLabel>
<ControlledSelectV2
name="indigenous_nation_id"
placeholder="Search for a first nation"
placeholder="Search for a First Nation"
helperText={errors?.indigenous_nation_id?.message?.toString()}
defaultValue={workFirstNation?.indigenous_nation_id}
options={firstNations || []}
Expand Down
2 changes: 1 addition & 1 deletion epictrack-web/src/models/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ export interface Project {
export const defaultProject = {
is_active: true,
description:
"[Proponent name] proposes to develop the [project name], a [project type] located approximately [distance] kilometers [N/E/S/W] from [known near population centre/known near landmark/start and end locations of project]. The proposed project is anticipated to [produce/store/etc] approximately [storage capacity/production yield/etc.] per year of [product]. It would include [describe major project components].",
"[Proponent name] proposes to (develop/expand/modify/change) the [project name], a [project type] located approximately [distance] kilometers (N/E/S/W) from [known near population centre/known near landmark/start and end of project/between locations X and Y]. The proposed project is anticipated to (produce/store/modify/expand/change/increase etc.) approximately [storage capacity/production yield/etc.] per year of [product]. It would include [describe major project components/nature of the project].",
};

0 comments on commit 61114b9

Please sign in to comment.