From 9cb168c439f9da43843348b315b93afe8a20bcfc Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 2 Nov 2022 05:10:23 -0400 Subject: [PATCH] Set default unit for US unit system to gl instead of ft3 (#14257) Mention gl instead of ft3 --- src/translations/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index cbaf518987..23a491fe9f 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1511,16 +1511,16 @@ "dialog": { "header": "Configure water consumption", "paragraph": "Gas consumption is the volume of water that flows to your home.", - "energy_stat": "Consumed water (m³/ft³)", + "energy_stat": "Consumed water (m³ or gl)", "cost_para": "Select how Home Assistant should keep track of the costs of the consumed water.", "no_cost": "Do not track costs", "cost_stat": "Use an entity tracking the total costs", "cost_stat_input": "Total Costs Entity", "cost_entity": "Use an entity with current price", - "cost_entity_input": "Entity with the current price per m³", + "cost_entity_input": "Entity with the current price per m³ or gl", "cost_number": "Use a static price", - "cost_number_input": "Price per m³", - "water_usage": "Water usage (m³/ft³)" + "cost_number_input": "Price per m³ or gl", + "water_usage": "Water usage (m³ or gl)" } }, "device_consumption": {