Remove remaining occurrences of "true" / "false" in telegram_bot (#138329)

Make the field description UI-friendly.
pull/138334/head
Norbert Rittel 2025-02-11 20:22:22 +01:00 committed by GitHub
parent 2cea2258a2
commit 857e35b7fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@
}, },
"verify_ssl": { "verify_ssl": {
"name": "Verify SSL", "name": "Verify SSL",
"description": "Enable or disable SSL certificate verification. Set to false if you're downloading the file from a URL and you don't want to validate the SSL certificate of the server." "description": "Enable or disable SSL certificate verification. Disable if you're downloading the file from a URL and you don't want to validate the SSL certificate of the server."
}, },
"timeout": { "timeout": {
"name": "Read timeout", "name": "Read timeout",
@ -530,11 +530,11 @@
}, },
"is_anonymous": { "is_anonymous": {
"name": "Is anonymous", "name": "Is anonymous",
"description": "If the poll needs to be anonymous, defaults to True." "description": "If the poll needs to be anonymous. This is the default."
}, },
"allows_multiple_answers": { "allows_multiple_answers": {
"name": "Allow multiple answers", "name": "Allow multiple answers",
"description": "If the poll allows multiple answers, defaults to False." "description": "If the poll allows multiple answers."
}, },
"open_period": { "open_period": {
"name": "Open period", "name": "Open period",