mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Set up the Geofency Webhook",
|
||||
"description": "Are you sure you want to set up the Geofency Webhook?"
|
||||
"title": "Set up the Geofency webhook",
|
||||
"description": "Are you sure you want to set up the Geofency webhook?"
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
|
@ -2,8 +2,8 @@
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Set up the GPSLogger Webhook",
|
||||
"description": "Are you sure you want to set up the GPSLogger Webhook?"
|
||||
"title": "Set up the GPSLogger webhook",
|
||||
"description": "Are you sure you want to set up the GPSLogger webhook?"
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user