From 36d1adc626b87f219c9d987932b8294d49b0770a Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Sun, 20 Mar 2016 08:00:14 +0100 Subject: [PATCH] Fixed a typo --- app/client/state.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/state.html b/app/client/state.html index a55b82a..242b5d4 100644 --- a/app/client/state.html +++ b/app/client/state.html @@ -7,7 +7,7 @@ {{#with last_sensor_reading}} {{ temperatureValue }} °C, {{ humidityValue }} % {{/with}}
- Automatsko zaljevanje:
{{ pretty_days config.automaticDaysOfWeek }} {{ pretty_time config.automaticDaysOfWeek config.automaticTimeOfDay }} + Automatsko zalijevanje:
{{ pretty_days config.automaticDaysOfWeek }} {{ pretty_time config.automaticDaysOfWeek config.automaticTimeOfDay }}
{{/with}}