Localize response message on password set/unset

master
Daniel Berteaud 11 years ago
parent 6300a0b6d4
commit a4ae1dbc0b
  1. 2
      public/vroom.pl

@ -530,7 +530,7 @@ post '/action' => sub {
else{ else{
return $self->render( return $self->render(
json => { json => {
msg => ($pass) ? 'JOIN_PASSWORD_SET':'JOIN_PASSWORD_REMOVED', msg => ($pass) ? $self->l('JOIN_PASSWORD_SET') : $self->l('JOIN_PASSWORD_REMOVED'),
} }
); );
} }

Loading…
Cancel
Save