Fixes malformed priority in ticket archive search, fixes #714
Note: swedish could not be fixed and my swedish is way to bad to do it on my own Thanks to philnate
This commit is contained in:
@@ -611,12 +611,9 @@ $lng['ticket']['subject'] = 'Subject';
|
||||
$lng['ticket']['status'] = 'Status';
|
||||
$lng['ticket']['lastreplier'] = 'Last replier';
|
||||
$lng['ticket']['priority'] = 'Priority';
|
||||
$lng['ticket']['low'] = '<span class="ticket_low">Low</span>';
|
||||
$lng['ticket']['normal'] = '<span class="ticket_normal">Normal</span>';
|
||||
$lng['ticket']['high'] = '<span class="ticket_high">High</span>';
|
||||
$lng['ticket']['unf_low'] = 'Low';
|
||||
$lng['ticket']['unf_normal'] = 'Normal';
|
||||
$lng['ticket']['unf_high'] = 'High';
|
||||
$lng['ticket']['low'] = 'Low';
|
||||
$lng['ticket']['normal'] = 'Normal';
|
||||
$lng['ticket']['high'] = 'High';
|
||||
$lng['ticket']['lastchange'] = 'Last change';
|
||||
$lng['ticket']['lastchange_from'] = 'From date (dd.mm.yyyy)';
|
||||
$lng['ticket']['lastchange_to'] = 'To date (dd.mm.yyyy)';
|
||||
|
||||
Reference in New Issue
Block a user