templates/quoted_reply: fix incorrect timezone identifier

This commit is contained in:
Reto Brunner 2020-04-24 07:19:59 +02:00
parent 955b5c22b5
commit 3fa9ae3edb
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM PST"}}, {{(index .OriginalFrom 0).Name}} wrote:
On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{(index .OriginalFrom 0).Name}} wrote:
{{wrapText .OriginalText 72 | quote }}