mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Fix sentence-casing of "webhook" in gpslogger
and geofency
(#143614)
* Fix sentence-casing of "webhook" in `gpslogger` * Fix sentence-casing of "webhook" in `geofency`
This commit is contained in:
parent
5a6ce34352
commit
fa1bb27dd2
@ -2,8 +2,8 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Set up the Geofency Webhook",
|
"title": "Set up the Geofency webhook",
|
||||||
"description": "Are you sure you want to set up the Geofency Webhook?"
|
"description": "Are you sure you want to set up the Geofency webhook?"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Set up the GPSLogger Webhook",
|
"title": "Set up the GPSLogger webhook",
|
||||||
"description": "Are you sure you want to set up the GPSLogger Webhook?"
|
"description": "Are you sure you want to set up the GPSLogger webhook?"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user