Bonjour-> Hello-> Hola: Translate your Site
Translation "Keys"
  Start your All-Access Pass to unlock this challenge
Buy Access Login

Challenge 2 / 2

Given the following controller:

class UserController extends AbstractController
{
    #[Route('/user/verify', name: 'user_verify')
    public function verify(TranslatorInterface $translator): Response
    {
        // ...
        $this->addFlash('success', $translator->trans('???'));
    }
}

What would be a good translation key name for the flash message?

Skip challenges and go to theNext Chapter

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.