1 parent 0d57721 commit efcb8e7Copy full SHA for efcb8e7
1 file changed
backend/models/energy.py
@@ -173,7 +173,7 @@ def from_energy_entry(energy_entry: EnergyEntry) -> EnergyEntryRecommendation:
173
heating_oil_recommendation = random.choice(recommendations)
174
175
if natural_gas_carbon_emissions > submetric_threshold:
176
- recommendation1 = "Consider replacing natural gas heating systems with electic alternatives"
+ recommendation1 = "Consider replacing natural gas heating systems with electric alternatives"
177
recommendation2 = "Consider investing in ENERGY STAR certified products"
178
recommendation3 = "Consider improving your home insulation, if applicable"
179
recommendations = [recommendation1, recommendation2, recommendation3]
0 commit comments