Skip to content

Commit

Permalink
#5716 Fix email template variables
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Nov 22, 2022
1 parent b60359a commit da99f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/mail/variables/SubmissionEmailVariable.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static function descriptions(): array
{
return
[
self::AUTHOR_SUBMISSION_URL => __('emailTemplate.variable.submission.authors'),
self::AUTHOR_SUBMISSION_URL => __('emailTemplate.variable.submission.authorSubmissionUrl'),
self::AUTHORS => __('emailTemplate.variable.submission.authors'),
self::AUTHORS_SHORT => __('emailTemplate.variable.submission.authorsShort'),
self::SUBMISSION_ABSTRACT => __('emailTemplate.variable.submission.submissionAbstract'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ protected function oldNewVariablesMap(): array
],
// in OPS only
'POSTED_ACK' => [
'authorName' => 'authorPrimary',
'authorName' => 'recipientName',
'publicationUrl' => 'submissionUrl',
'editorialContactSignature' => 'signature'
]
Expand Down

0 comments on commit da99f3f

Please sign in to comment.