Fix casing of "client" and "ID" in transmission integration (#136071)
parent
e27a259541
commit
9e40b7f7f4
|
@ -2,7 +2,7 @@
|
||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Set up Transmission Client",
|
"title": "Set up Transmission client",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]",
|
"password": "[%key:common::config_flow::data::password%]",
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
"fields": {
|
"fields": {
|
||||||
"entry_id": {
|
"entry_id": {
|
||||||
"name": "Transmission entry",
|
"name": "Transmission entry",
|
||||||
"description": "Config entry id."
|
"description": "ID of the config entry to use."
|
||||||
},
|
},
|
||||||
"torrent": {
|
"torrent": {
|
||||||
"name": "Torrent",
|
"name": "Torrent",
|
||||||
|
|
Loading…
Reference in New Issue