Capitalize app name in `deluge` description string (#142003)

This should help fix / prevent some wrong translations like "impostazioni di diluvio" in Italian.
pull/142010/head
Norbert Rittel 2025-04-01 16:39:22 +02:00 committed by GitHub
parent b9a0d553ab
commit 23b79b2f39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"config": {
"step": {
"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": {
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",