Fix unexpected leading space in default translations (#12574)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2022-04-04 21:48:54 +02:00
committed by GitHub
parent 2202e0b56e
commit 36fcdb9dd4
3 changed files with 10 additions and 10 deletions

View File

@@ -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.