From d3102e718de70ac034b63e1cfcf35a15045523be Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Tue, 17 Mar 2026 15:30:39 +0100 Subject: [PATCH] Consistenly sentence-case "API token" in `habitica` (#165369) Co-authored-by: Joost Lekkerkerker --- homeassistant/components/habitica/strings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/habitica/strings.json b/homeassistant/components/habitica/strings.json index f7509cac4f1..6f4c9995305 100644 --- a/homeassistant/components/habitica/strings.json +++ b/homeassistant/components/habitica/strings.json @@ -89,18 +89,18 @@ "step": { "advanced": { "data": { - "api_key": "API Token", + "api_key": "API token", "api_user": "User ID", "url": "[%key:common::config_flow::data::url%]", "verify_ssl": "[%key:common::config_flow::data::verify_ssl%]" }, "data_description": { - "api_key": "API Token of the Habitica account", + "api_key": "API token of the Habitica account", "api_user": "User ID of your Habitica account", "url": "URL of the Habitica installation to connect to. Defaults to `{default_url}`", "verify_ssl": "Enable SSL certificate verification for secure connections. Disable only if connecting to a Habitica instance using a self-signed certificate" }, - "description": "You can retrieve your `User ID` and `API Token` from [**Settings -> Site Data**]({site_data}) on Habitica or the instance you want to connect to", + "description": "You can retrieve your 'User ID' and 'API token' from [**Settings -> Site Data**]({site_data}) on Habitica or the instance you want to connect to", "title": "[%key:component::habitica::config::step::user::menu_options::advanced%]" }, "login": { @@ -126,7 +126,7 @@ "api_key": "[%key:component::habitica::config::step::advanced::data_description::api_key%]" }, "description": "Enter your new API token below. You can find it in Habitica under 'Settings -> Site Data'", - "name": "Re-authorize via API Token" + "name": "Re-authorize via API token" }, "reauth_login": { "data": {