diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-11-26 10:00:32 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2018-11-26 10:00:32 +1300 |
commit | dbe53e56565a8b53400461d2668a4a08ed98170e (patch) | |
tree | a2ef3d39f06d8401a5f4c7e031d7d41657a1a89d | |
parent | eb04caafa6e0c60d5f004826ea948528f3ae7ed4 (diff) | |
download | trackermap-web-dbe53e56565a8b53400461d2668a4a08ed98170e.tar.gz trackermap-web-dbe53e56565a8b53400461d2668a4a08ed98170e.tar.bz2 trackermap-web-dbe53e56565a8b53400461d2668a4a08ed98170e.zip |
Add power off command
-rw-r--r-- | web/l10n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index c0e202ce..183bc885 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -266,6 +266,7 @@ "commandAlarmDisarm": "Disarm Alarm", "commandSetTimezone": "Set Timezone", "commandRequestPhoto": "Request Photo", + "commandPowerOff": "Power Off Device", "commandRebootDevice": "Reboot Device", "commandSendSms": "Send SMS", "commandSendUssd": "Send USSD", |