Skip to content

Commit

Permalink
web/solar_forecast: Add missing space in label
Browse files Browse the repository at this point in the history
  • Loading branch information
borg42 committed Aug 29, 2024
1 parent 20fdf4a commit 09327e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/web/src/modules/solar_forecast/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ export class SolarForecast extends ConfigComponent<"solar_forecast/config", {},
</Collapse>
</ConfigForm>
<FormSeparator heading={__("solar_forecast.content.solar_forecast_chart_heading")}/>
<FormRow label={__("solar_forecast.content.solar_forecast_now_label")} label_muted={("0" + new Date().getHours()).slice(-2) + ":00 " + __("solar_forecast.content.time_to") + "23:59"}>
<FormRow label={__("solar_forecast.content.solar_forecast_now_label")} label_muted={("0" + new Date().getHours()).slice(-2) + ":00 " + __("solar_forecast.content.time_to") + " 23:59"}>
<InputText value={does_forecast_exist() ? get_kwh_now_to_midnight() + " kWh" : __("solar_forecast.content.unknown_not_yet")}/>
</FormRow>
<FormRow label={__("solar_forecast.content.solar_forecast_today_label")} label_muted={__("solar_forecast.content.solar_forecast_today_label_muted")}>
Expand Down

0 comments on commit 09327e4

Please sign in to comment.