forked from wallabag/wallabag
Language selection on config screen
This commit is contained in:
committed by
Jeremy Benoist
parent
3d3ed955f1
commit
c89d35e851
@ -42,7 +42,7 @@ class ConfigController extends Controller
|
||||
|
||||
$this->get('session')->getFlashBag()->add(
|
||||
'notice',
|
||||
'Config saved'
|
||||
'Config saved. Some parameters will be considered after disconnection.'
|
||||
);
|
||||
|
||||
return $this->redirect($this->generateUrl('config'));
|
||||
|
||||
Reference in New Issue
Block a user