1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-16 18:01:38 +00:00

Add missing translations

This commit is contained in:
Jeremy Benoist 2016-02-12 12:00:49 +01:00
parent c7a4f74f9f
commit 55da765e11
2 changed files with 5 additions and 2 deletions

View file

@ -144,7 +144,7 @@ class ConfigController extends Controller
$this->get('session')->getFlashBag()->add(
'notice',
sprintf('User "%s" added', $newUser->getUsername())
$this->get('translator')->trans('User "%username%" added', array('%username%' => $newUser->getUsername()))
);
return $this->redirect($this->generateUrl('config').'#set6');