1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Language selection on config screen

This commit is contained in:
Nicolas Lœuillet 2015-10-01 16:28:38 +02:00 committed by Jeremy Benoist
parent 3d3ed955f1
commit c89d35e851
11 changed files with 136 additions and 12 deletions

View file

@ -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'));