Skip to content
Snippets Groups Projects
Commit fbc48660 authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: Drop unnecessary phrase

parent 65f084b1
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment