Fix strings.json in tautulli (#70860)

This commit is contained in:
Tomasz 2022-04-27 10:48:20 +02:00 committed by GitHub
parent f107cd8470
commit ce13161ea0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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%]"
}
}
},