mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
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:
parent
2d8420b656
commit
7848c3cd79
@ -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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user