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:
parent
c7a4f74f9f
commit
55da765e11
2 changed files with 5 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue