Fix unexpected leading space in default translations (#12574)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# binding
|
||||
binding.pixometer.name = Pixometer Binding
|
||||
binding.pixometer.description = This binding can connect to the Pixometer.io API and accesses meters and measurement data from the connected account.
|
||||
binding.pixometer.description = This binding can connect to the Pixometer.io API and accesses meters and measurement data from the connected account.
|
||||
|
||||
# thing types
|
||||
thing-type.pixometer.account.label = Pixometer Account
|
||||
@@ -38,7 +38,7 @@ channel-type.pixometer.last_reading_value.label = Reading Value
|
||||
channel-type.pixometer.last_reading_value.description = Value of the last reading that has been made with pixometer.
|
||||
|
||||
channel-type.pixometer.last_reading_date.label = Reading Date
|
||||
channel-type.pixometer.last_reading_date.description = Date of the last reading that has been made with pixometer.
|
||||
channel-type.pixometer.last_reading_date.description = Date of the last reading that has been made with pixometer.
|
||||
|
||||
channel-type.pixometer.last_refresh_date.label = Refresh Date
|
||||
channel-type.pixometer.last_refresh_date.description = Date of the last time the Api has been refreshed.
|
||||
|
||||
Reference in New Issue
Block a user