diff --git a/public/vroom.pl b/public/vroom.pl index 8fb8c93..4c4771a 100755 --- a/public/vroom.pl +++ b/public/vroom.pl @@ -530,7 +530,7 @@ post '/action' => sub { else{ return $self->render( json => { - msg => ($pass) ? 'JOIN_PASSWORD_SET':'JOIN_PASSWORD_REMOVED', + msg => ($pass) ? $self->l('JOIN_PASSWORD_SET') : $self->l('JOIN_PASSWORD_REMOVED'), } ); }