From 528b986bd6a451d5559847d3e65b2b51775083fd Mon Sep 17 00:00:00 2001 From: Daniel Raper Date: Thu, 18 Jan 2024 10:21:51 +0000 Subject: [PATCH] Wording changes --- custom_components/ohme/translations/en.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/custom_components/ohme/translations/en.json b/custom_components/ohme/translations/en.json index 3f400db..3d8d8f0 100644 --- a/custom_components/ohme/translations/en.json +++ b/custom_components/ohme/translations/en.json @@ -18,7 +18,6 @@ "options": { "step": { "init": { - "title": "Update Account Info", "description": "Update your Ohme account information.", "data": { "email": "Email address", @@ -26,7 +25,7 @@ "never_session_specific": "Never update an ongoing session" }, "data_description": { - "password": "If you are not changing your credentials, leave these fields empty.", + "password": "If you are not changing your credentials, leave the password field empty.", "never_session_specific": "When adjusting charge percentage, charge target or preconditioning settings, the schedule will always be updated even if a charge session is in progress." } }