diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2020-05-18 17:02:39 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2020-05-18 17:02:39 -0700 |
| commit | 187086c479a09629b7d180eec513fb7657f4e291 (patch) | |
| tree | 3e6236990c91d942105b6fdaf8de8eabdff85186 /rt/share/html/Ticket/Crypt.html | |
| parent | 4639e25a658d9a0bf295415642fae8e8cdad846a (diff) | |
rt 4.2.15
Diffstat (limited to 'rt/share/html/Ticket/Crypt.html')
| -rw-r--r-- | rt/share/html/Ticket/Crypt.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/share/html/Ticket/Crypt.html b/rt/share/html/Ticket/Crypt.html index 9a1d1ba20..174573f50 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-2017 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2018 Best Practical Solutions, LLC %# <sales@bestpractical.com> %# %# (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); </%INIT> |
