X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FTicket%2FCrypt.html;h=daa9150a4610acdeeee60a3afce27638a88fb74a;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=0eb0b154140be7012b8b3aa0a25a16c9e7ea2f3b;hpb=0ed195595b5c7ea404c8848d9d1881ada4214489;p=freeside.git diff --git a/rt/share/html/Ticket/Crypt.html b/rt/share/html/Ticket/Crypt.html index 0eb0b1541..daa9150a4 100644 --- a/rt/share/html/Ticket/Crypt.html +++ b/rt/share/html/Ticket/Crypt.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -96,5 +96,5 @@ if ( $Encrypt || $Decrypt ) { $encrypted = !$encrypted if $done; } -my $title = loc("Encrypt/Decrypt transaction #[_1] of ticket #[_2]", $id, $txn->Ticket); +my $title = loc("Encrypt/Decrypt transaction #[_1] of ticket #[_2]: [_3]", $id, $txn->Ticket, $txn->TicketObj->Subject);