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:
Norbert Rittel 2025-04-24 23:07:42 +02:00 committed by GitHub
parent 5a6ce34352
commit fa1bb27dd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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": {

View File

@ -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": {