👕 Corrects unit of measurement symbol for Watt (#21654)
This commit is contained in:
parent
73b100d3af
commit
955b71c44b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ DEFAULT_MAX_TEMP = 30.0
|
|||
DEFAULT_MIN_TEMP = 6.0
|
||||
|
||||
CURRENCY_EUR = 'EUR'
|
||||
POWER_WATT = 'Watt'
|
||||
POWER_WATT = 'W'
|
||||
POWER_KWH = 'kWh'
|
||||
RATIO_PERCENT = '%'
|
||||
VOLUME_CM3 = 'CM3'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue