From d5578c236fbbfbc9412fa4c20e57cc025d53f745 Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Thu, 16 Feb 2023 02:39:31 -0800 Subject: [PATCH] Fix typo in water consumption description (#15464) --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 3a9a065327..ddb975ab62 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1655,7 +1655,7 @@ "dialog": { "header": "Configure water consumption", "paragraph": "Water consumption is the volume of water that flows to your home.", - "entity_para": "Pick a sensor which measures gas consumption in either of {unit}.", + "entity_para": "Pick a sensor which measures water consumption in either of {unit}.", "cost_para": "Select how Home Assistant should keep track of the costs of the consumed water.", "no_cost": "[%key:ui::panel::config::energy::grid::flow_dialog::from::no_cost%]", "cost_stat": "[%key:ui::panel::config::energy::grid::flow_dialog::from::cost_stat%]",