From 2895849203f85aaa59808ab5eae333b2b254214f Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 13 Dec 2025 22:20:30 +0100 Subject: [PATCH] Update strings for Firefly III integration (#158911) --- homeassistant/components/firefly_iii/strings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/firefly_iii/strings.json b/homeassistant/components/firefly_iii/strings.json index 163c9f315c01..d3b11743ecf7 100644 --- a/homeassistant/components/firefly_iii/strings.json +++ b/homeassistant/components/firefly_iii/strings.json @@ -42,11 +42,11 @@ "verify_ssl": "[%key:common::config_flow::data::verify_ssl%]" }, "data_description": { - "api_key": "The API key for authenticating with Firefly", + "api_key": "The API key for authenticating with Firefly III", "url": "[%key:common::config_flow::data::url%]", - "verify_ssl": "Verify the SSL certificate of the Firefly instance" + "verify_ssl": "Verify the SSL certificate of the Firefly III instance" }, - "description": "You can create an API key in the Firefly UI. Go to **Options > Profile** and select the **OAuth** tab. Create a new personal access token and copy it (it will only display once)." + "description": "You can create an API key in the Firefly III UI. Go to **Options > Profile** and select the **OAuth** tab. Create a new personal access token and copy it (it will only display once)." } } }, @@ -84,13 +84,13 @@ }, "exceptions": { "cannot_connect": { - "message": "An error occurred while trying to connect to the Firefly instance: {error}" + "message": "An error occurred while trying to connect to the Firefly III instance: {error}" }, "invalid_auth": { "message": "An error occurred while trying to authenticate: {error}" }, "timeout_connect": { - "message": "A timeout occurred while trying to connect to the Firefly instance: {error}" + "message": "A timeout occurred while trying to connect to the Firefly III instance: {error}" } } }