]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ApiBundle/Controller/UserRestController.php
Add translation
[github/wallabag/wallabag.git] / src / Wallabag / ApiBundle / Controller / UserRestController.php
index 1fc67d009fe96b92392a893b054f0d28c73605e5..a1d7c1ff72ce0f25f5dd4a4ba9a485443e662c8d 100644 (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, [