diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2021-11-05 09:34:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-05 09:34:01 -0700 |
commit | fb26fa078fc3299112108a682004f41e767d397b (patch) | |
tree | ef6d4bc4fa9f2b883dc7fc6512476281a0d1e45e /templates/short/geofenceEnter.vm | |
parent | 54e0ed6aa3fb39c344a2aaf68eb0b03967e912ef (diff) | |
parent | c370aa660d216980a0c8f52ca856b4116ff5ca23 (diff) | |
download | traccar-server-fb26fa078fc3299112108a682004f41e767d397b.tar.gz traccar-server-fb26fa078fc3299112108a682004f41e767d397b.tar.bz2 traccar-server-fb26fa078fc3299112108a682004f41e767d397b.zip |
Merge pull request #4763 from wkhaksar/push-notifications-title
Title for push notifications
Diffstat (limited to 'templates/short/geofenceEnter.vm')
-rw-r--r-- | templates/short/geofenceEnter.vm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/short/geofenceEnter.vm b/templates/short/geofenceEnter.vm index 962eecc53..8c250665e 100644 --- a/templates/short/geofenceEnter.vm +++ b/templates/short/geofenceEnter.vm @@ -1 +1,2 @@ +#set($subject = "$device.name: has entered geofence") $device.name has entered geofence $geofence.name at $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone) |