Capitalize app name in deluge description string (#142003)

This should help fix / prevent some wrong translations like "impostazioni di diluvio" in Italian.
This commit is contained in:
Norbert Rittel
2025-04-01 16:39:22 +02:00
committed by GitHub
parent b9a0d553ab
commit 23b79b2f39

View File

@@ -2,7 +2,7 @@
"config": { "config": {
"step": { "step": {
"user": { "user": {
"description": "To be able to use this integration, you have to enable the following option in deluge settings: Daemon > Allow remote controls", "description": "To be able to use this integration, you have to enable the following option in Deluge settings: Daemon > Allow remote controls",
"data": { "data": {
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",