diff --git a/scp/tickets.php b/scp/tickets.php
index ce6418048300bfbad9b3e9715ed74449cc739552..873b99480e5f714ea2520a83a5e9a3c16a942fcb 100644
--- a/scp/tickets.php
+++ b/scp/tickets.php
@@ -153,7 +153,7 @@ if($_POST && !$errors):
                      $errors['assignId'] = __('Select assignee');
                  elseif ($_POST['assignId'][0]!='s' && $_POST['assignId'][0]!='t' && !$claim)
                      $errors['assignId']= sprintf('%s - %s',
-                             __('Invalid assignee '),
+                             __('Invalid assignee'),
                              __('get technical support'));
                  elseif ($_POST['assignId'][0]!='s'
                          && $dept->assignMembersOnly()