summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-12-05 21:05:48 -0500
committerFrederic Guillot <fred@kanboard.net>2015-12-05 21:05:48 -0500
commitbb63068196c079bd46e0df1acbc11c785b88ef32 (patch)
treee83f9161fe1500dc9ce61240722a57f326cab474 /app/Controller
parentbd313f94266e6f6d60caf2c55216e604bd25bcb3 (diff)
Sync locales
Diffstat (limited to 'app/Controller')
-rw-r--r--app/Controller/Group.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Group.php b/app/Controller/Group.php
index 22d49e61..395a954d 100644
--- a/app/Controller/Group.php
+++ b/app/Controller/Group.php
@@ -194,7 +194,7 @@ class Group extends Base
$this->response->html($this->template->layout('group/dissociate', array(
'group' => $group,
'user' => $user,
- 'title' => t('Remove a user from group "%s', $group['name']),
+ 'title' => t('Remove user from group "%s"', $group['name']),
)));
}