i2pcontrol: Send translated tunnel status string

This commit is contained in:
zzz
2022-01-04 13:08:33 -05:00
parent 7249f21602
commit 034a5acd37

View File

@ -96,7 +96,7 @@ public class RouterInfoHandler implements RequestHandler {
}
if (inParams.containsKey("i2p.router.status")) {
outParams.put("i2p.router.status", _context.throttle().getTunnelStatus());
outParams.put("i2p.router.status", _context.throttle().getLocalizedTunnelStatus());
}
if (inParams.containsKey("i2p.router.net.status")) {