mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix translation key in NextDNS integration (#146976)
* Fix translation key * Better wording
This commit is contained in:
parent
ef9b46dce5
commit
c5d93e5456
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user