diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-10-20 23:25:09 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-20 23:25:09 +1300 |
commit | 1505033b1ddcc6ccfe6b82e783e776eea9fcbf80 (patch) | |
tree | 043b912159d87047e8572a3e966a7e3355ea1775 /web/l10n | |
parent | b60127b12fa878db7aecf35109e42f57eed34fe3 (diff) | |
parent | fa121daf1da238b0ae89e79986592b72279cb781 (diff) | |
download | trackermap-web-1505033b1ddcc6ccfe6b82e783e776eea9fcbf80.tar.gz trackermap-web-1505033b1ddcc6ccfe6b82e783e776eea9fcbf80.tar.bz2 trackermap-web-1505033b1ddcc6ccfe6b82e783e776eea9fcbf80.zip |
Merge pull request #605 from Abyss777/buffered_commands
Adapted to use buffered commands
Diffstat (limited to 'web/l10n')
-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 4ef0d423..29a0da57 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -243,6 +243,7 @@ "commandTitle": "Command", "commandSend": "Send", "commandSent": "Command has been sent", + "commandQueued": "Command has been queued", "commandUnit": "Unit", "commandCustom": "Custom command", "commandDeviceIdentification": "Device Identification", |