]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/TagController.php
Add flashes messages
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / TagController.php
index 7b34939d2495847074fbf270f436ff6849d4580e..56e5195c1fc0075af5d9896416a5c9f5e5965ee3 100644 (file)
@@ -43,7 +43,7 @@ class TagController extends Controller
 
             $this->get('session')->getFlashBag()->add(
                 'notice',
-                'Tag added'
+                'flashes.tag.notice.tag_added'
             );
 
             return $this->redirect($this->generateUrl('view', array('id' => $entry->getId())));