Skip to content

Commit

Permalink
update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
zolanaj committed May 7, 2024
1 parent 8c9d844 commit 7290519
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reoptjl/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4127,7 +4127,7 @@ class CHPInputs(BaseModel, models.Model):
default=True,
null=True,
blank=True,
help_text="Boolean indicator if CHP can serve domestice hot water load"
help_text="Boolean indicator if CHP can serve hot water load"
)
can_serve_space_heating = models.BooleanField(
default=True,
Expand Down Expand Up @@ -4964,7 +4964,7 @@ class ExistingBoilerInputs(BaseModel, models.Model):
default=True,
null=True,
blank=True,
help_text="Boolean indicator if the existing boiler can serve domestice hot water load"
help_text="Boolean indicator if the existing boiler can serve domestic hot water load"
)

can_serve_space_heating = models.BooleanField(
Expand Down Expand Up @@ -5236,7 +5236,7 @@ class BoilerInputs(BaseModel, models.Model):
default=True,
null=True,
blank=True,
help_text="Boolean indicator if boiler can serve domestice hot water load"
help_text="Boolean indicator if boiler can serve domestic hot water load"
)

can_serve_space_heating = models.BooleanField(
Expand Down

0 comments on commit 7290519

Please sign in to comment.