From 7222122f235ff3d00bd3c168014428c9312ddd5c Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 15 May 2014 10:54:05 +0200 Subject: [PATCH] Localize msg in ping handler --- public/vroom.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/vroom.pl b/public/vroom.pl index 1d94296..9884633 100755 --- a/public/vroom.pl +++ b/public/vroom.pl @@ -542,7 +542,7 @@ post '/action' => sub { } return $self->render( json => { - msg => $msg, + msg => $self->l($msg), status => $status } );