From fbc48660bbff75a3356647a68d03c2a3d9b48be0 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Thu, 2 Apr 2015 09:59:07 -0500
Subject: [PATCH] i18n: Drop unnecessary phrase

---
 scp/tickets.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scp/tickets.php b/scp/tickets.php
index ce6418048..873b99480 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()
-- 
GitLab