jenkins-bot has submitted this change and it was merged.

Change subject: Attempt to fix unsubstituted message in Echo emails
......................................................................


Attempt to fix unsubstituted message in Echo emails

Bug: T135446
Change-Id: Id5f2e6affc43c79f8b247362e4f501af3bd356f7
---
M includes/EmailFormatter.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Mattflaschen: Looks good to me, but someone else must approve
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/EmailFormatter.php b/includes/EmailFormatter.php
index 1e65dc6..23d5851 100644
--- a/includes/EmailFormatter.php
+++ b/includes/EmailFormatter.php
@@ -667,7 +667,7 @@
         * {@inheritDoc}
         */
        public function decorateFooter( $address, User $user ) {
-               return EchoEmailMode::message( 'echo-email-footer-default', 
$user )
+               return EchoEmailMode::message( 'echo-email-plain-footer', $user 
)
                        ->params(
                                $address,
                                EchoEmailMode::message( 
'echo-email-batch-separator', $user )->text()

-- 
To view, visit https://gerrit.wikimedia.org/r/289091
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id5f2e6affc43c79f8b247362e4f501af3bd356f7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: wmf/1.28.0-wmf.1
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to