From 187086c479a09629b7d180eec513fb7657f4e291 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 18 May 2020 17:02:39 -0700 Subject: rt 4.2.15 --- rt/share/html/Ticket/Modify.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rt/share/html/Ticket/Modify.html') diff --git a/rt/share/html/Ticket/Modify.html b/rt/share/html/Ticket/Modify.html index fef7acc8c..f07aae3b7 100755 --- a/rt/share/html/Ticket/Modify.html +++ b/rt/share/html/Ticket/Modify.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2018 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -45,7 +45,7 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} -<& /Elements/Header, Title => loc('Modify ticket #[_1]', $TicketObj->Id) &> +<& /Elements/Header, Title => loc('Modify ticket #[_1]: [_2]', $TicketObj->Id, $TicketObj->Subject) &> <& /Elements/Tabs &> % $m->callback(CallbackName => 'BeforeActionList', Actions => \@results, ARGSRef => \%ARGS, Ticket => $TicketObj); -- cgit v1.2.1