aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/TagController.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/TagController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/TagController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/TagController.php b/src/Wallabag/CoreBundle/Controller/TagController.php
index 7b34939d..56e5195c 100644
--- a/src/Wallabag/CoreBundle/Controller/TagController.php
+++ b/src/Wallabag/CoreBundle/Controller/TagController.php
@@ -43,7 +43,7 @@ class TagController extends Controller
43 43
44 $this->get('session')->getFlashBag()->add( 44 $this->get('session')->getFlashBag()->add(
45 'notice', 45 'notice',
46 'Tag added' 46 'flashes.tag.notice.tag_added'
47 ); 47 );
48 48
49 return $this->redirect($this->generateUrl('view', array('id' => $entry->getId()))); 49 return $this->redirect($this->generateUrl('view', array('id' => $entry->getId())));