Fixes to user-facing strings of cloudflare integration (#141452)

- fix sentence-casing of a few strings
- fix grammar of action description
This commit is contained in:
Norbert Rittel 2025-03-26 10:45:05 +01:00 committed by GitHub
parent 2d8420b656
commit 7848c3cd79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,19 +4,19 @@
"step": { "step": {
"user": { "user": {
"title": "Connect to Cloudflare", "title": "Connect to Cloudflare",
"description": "This integration requires an API Token created with Zone:Zone:Read and Zone:DNS:Edit permissions for all zones in your account.", "description": "This integration requires an API token created with Zone:Zone:Read and Zone:DNS:Edit permissions for all zones in your account.",
"data": { "data": {
"api_token": "[%key:common::config_flow::data::api_token%]" "api_token": "[%key:common::config_flow::data::api_token%]"
} }
}, },
"zone": { "zone": {
"title": "Choose the Zone to Update", "title": "Choose the zone to update",
"data": { "data": {
"zone": "Zone" "zone": "Zone"
} }
}, },
"records": { "records": {
"title": "Choose the Records to Update", "title": "Choose the records to update",
"data": { "data": {
"records": "Records" "records": "Records"
} }
@ -40,7 +40,7 @@
"services": { "services": {
"update_records": { "update_records": {
"name": "Update records", "name": "Update records",
"description": "Manually trigger update to Cloudflare records." "description": "Manually triggers an update of Cloudflare records."
} }
} }
} }