Fix LAST_REPLY_BY description

This commit is contained in:
Mike Koch 2018-05-17 19:10:34 -04:00
parent b5890e1f59
commit b5374b9e6e
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

View File

@ -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;