Add translation

This commit is contained in:
Jeremy Benoist
2017-06-02 10:27:15 +02:00
parent 426bb453d2
commit 1b9cd91782
13 changed files with 13 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class UserRestController extends WallabagRestController
$userManager = $this->get('fos_user.user_manager');
$user = $userManager->createUser();
// user will be disabled BY DEFAULT to avoid spamming account to be created
// user will be disabled BY DEFAULT to avoid spamming account to be enabled
$user->setEnabled(false);
$form = $this->createForm('Wallabag\UserBundle\Form\NewUserType', $user, [