Fix strings.json in tautulli (#70860)
This commit is contained in:
parent
f107cd8470
commit
ce13161ea0
1 changed files with 3 additions and 3 deletions
|
@ -4,16 +4,16 @@
|
|||
"user": {
|
||||
"description": "To find your API key, open the Tautulli webpage and navigate to Settings and then to Web interface. The API key will be at the bottom of that page.\n\nExample of the URL: ```http://192.168.0.10:8181``` with 8181 being the default port.",
|
||||
"data": {
|
||||
"api_key": "[%key:common::config_flow::data::api_key]",
|
||||
"api_key": "[%key:common::config_flow::data::api_key%]",
|
||||
"url": "[%key:common::config_flow::data::url%]",
|
||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl]"
|
||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"title": "Re-authenticate Tautulli",
|
||||
"description": "To find your API key, open the Tautulli webpage and navigate to Settings and then to Web interface. The API key will be at the bottom of that page.",
|
||||
"data": {
|
||||
"api_key": "[%key:common::config_flow::data::api_key]"
|
||||
"api_key": "[%key:common::config_flow::data::api_key%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue