Fix LAST_REPLY_BY description

master^2
Mike Koch 6 years ago
parent b5890e1f59
commit b5374b9e6e
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

@ -329,7 +329,7 @@ function getSpecialTagMap()
$map['%%OWNER%%'] = $hesklang['ticket_owner'];
$map['%%PRIORITY%%'] = $hesklang['ticket_priority'];
$map['%%STATUS%%'] = $hesklang['ticket_status'];
$map['%%LAST_REPLY_BY%%'] = $hesklang['last_reply_by'];
$map['%%LAST_REPLY_BY%%'] = $hesklang['last_replier'];
$map['%%TIME_WORKED%%'] = $hesklang['ts'];
$i = 1;

Loading…
Cancel
Save