Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ channel-group-type.linky.monthly.channel.thisMonth.description = The energy cons
channel-group-type.linky.tempo-calendar.label = Tempo
channel-group-type.linky.tempo-calendar.channel.tempo-info-timeseries.label = Tempo Day Information
channel-group-type.linky.tempo-calendar.channel.tempo-info-today.label = Tempo Today Color
channel-group-type.linky.tempo-calendar.channel.tempo-info-tomorrow.label = Tempo Today Color
channel-group-type.linky.tempo-calendar.channel.tempo-info-tomorrow.label = Tempo Tomorrow Color
channel-group-type.linky.weekly.label = Weekly Consumption
channel-group-type.linky.weekly.channel.consumption.label = Consumption
channel-group-type.linky.weekly.channel.consumption.description = The energy consumption
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<label>Tempo Today Color</label>
</channel>
<channel id="tempo-info-tomorrow" typeId="tempo-value">
<label>Tempo Today Color</label>
<label>Tempo Tomorrow Color</label>
</channel>
<channel id="tempo-info-timeseries" typeId="tempo-value">
<label>Tempo Day Information</label>
Expand Down