1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-26 17:43:29 +02:00

Localize msg in ping handler

This commit is contained in:
Daniel Berteaud 2014-05-15 10:54:05 +02:00
parent 0fddb7e790
commit 7222122f23

View File

@ -542,7 +542,7 @@ post '/action' => sub {
}
return $self->render(
json => {
msg => $msg,
msg => $self->l($msg),
status => $status
}
);