Fix translation key in NextDNS integration (#146976)

* Fix translation key

* Better wording
This commit is contained in:
Maciej Bieniek
2025-06-16 21:37:19 +02:00
committed by GitHub
parent ef9b46dce5
commit c5d93e5456

View File

@@ -6,15 +6,15 @@
"api_key": "[%key:common::config_flow::data::api_key%]" "api_key": "[%key:common::config_flow::data::api_key%]"
}, },
"data_description": { "data_description": {
"api_key": "API Key for your NextDNS account" "api_key": "The API Key for your NextDNS account"
} }
}, },
"profiles": { "profiles": {
"data": { "data": {
"profile": "Profile" "profile_name": "Profile"
}, },
"data_description": { "data_description": {
"profile": "NextDNS configuration profile you want to integrate" "profile_name": "The NextDNS configuration profile you want to integrate"
} }
}, },
"reauth_confirm": { "reauth_confirm": {