From f546e636f55c577f20904ffc22db5492432aefaa Mon Sep 17 00:00:00 2001 From: Brett Rowan <121075405+b-rowan@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:34:41 -0700 Subject: [PATCH] Fix wrong web username value --- custom_components/miner/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/miner/translations/en.json b/custom_components/miner/translations/en.json index 0270f27..e6a7718 100644 --- a/custom_components/miner/translations/en.json +++ b/custom_components/miner/translations/en.json @@ -18,7 +18,7 @@ }, "title": { "data": { - "title": "[%key:common::config_flow::data::title%]" + "title": "Device Name" } } },