diff --git a/epictrack-web/src/models/project.ts b/epictrack-web/src/models/project.ts index 01885a25d..4b7f3643f 100644 --- a/epictrack-web/src/models/project.ts +++ b/epictrack-web/src/models/project.ts @@ -30,4 +30,6 @@ export interface Project { export const defaultProject = { is_active: true, + description: + "[Proponent] proposes to develop the [Project name], a [project type] which would be located approximately [distance]km from [known near population centre/known near landmark] within the boundaries of [the QQQ Region]. The proposed project is anticipated to produce approximately [production yield] per year of [product], and would include [describe major project components].", };