diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-09-10 17:06:40 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-09-10 17:06:40 +1200 |
commit | 38f871409f83b5985cce01426dce553c48681c01 (patch) | |
tree | aa6ce628495fd1e4cfa3ff457c9061fb6447de3e /web/l10n | |
parent | 45a682cd29a10d170e7432d61e50241856377f05 (diff) | |
download | trackermap-server-38f871409f83b5985cce01426dce553c48681c01.tar.gz trackermap-server-38f871409f83b5985cce01426dce553c48681c01.tar.bz2 trackermap-server-38f871409f83b5985cce01426dce553c48681c01.zip |
Fix small typo in event text
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index e61710523..a1fc97c8d 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -125,7 +125,7 @@ "eventDeviceOnline": "Device is online", "eventDeviceOffline": "Device is offline", "eventDeviceMoving": "Device is moving", - "eventDeviceStopped": "Device is stopped", + "eventDeviceStopped": "Device has stopped", "eventDeviceOverspeed": "Device exceeds the speed", "eventCommandResult": "Command result", "eventGeofenceEnter": "Device has entered geofence", |