From efe8a3f530398415a050cb6ce8210d55aefa8a9f Mon Sep 17 00:00:00 2001
From: Norbert Rittel <norbert@rittel.de>
Date: Tue, 4 Feb 2025 20:47:29 +0100
Subject: [PATCH] Fix spelling of "ID" and sentence-casing in ovo_energy
 strings (#137329)

---
 homeassistant/components/ovo_energy/strings.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/homeassistant/components/ovo_energy/strings.json b/homeassistant/components/ovo_energy/strings.json
index 3dc11e3a601..9d8e449e1d1 100644
--- a/homeassistant/components/ovo_energy/strings.json
+++ b/homeassistant/components/ovo_energy/strings.json
@@ -16,10 +16,10 @@
         "data": {
           "username": "[%key:common::config_flow::data::username%]",
           "password": "[%key:common::config_flow::data::password%]",
-          "account": "OVO account id (only add if you have multiple accounts)"
+          "account": "OVO account ID (only add if you have multiple accounts)"
         },
         "description": "Set up an OVO Energy instance to access your energy usage.",
-        "title": "Add OVO Energy Account"
+        "title": "Add OVO Energy account"
       },
       "reauth_confirm": {
         "data": {
-- 
GitLab