File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class NotificationEmail extends TemplatedEmail
38
38
'action_url ' => null ,
39
39
'markdown ' => false ,
40
40
'raw ' => false ,
41
- 'footer_text ' => 'Notification e-mail sent by Symfony ' ,
41
+ 'footer_text ' => 'Notification email sent by Symfony ' ,
42
42
];
43
43
private bool $ rendered = false ;
44
44
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function test()
35
35
'markdown ' => true ,
36
36
'raw ' => false ,
37
37
'a ' => 'b ' ,
38
- 'footer_text ' => 'Notification e-mail sent by Symfony ' ,
38
+ 'footer_text ' => 'Notification email sent by Symfony ' ,
39
39
], $ email ->getContext ());
40
40
}
41
41
@@ -58,7 +58,7 @@ public function testSerialize()
58
58
'markdown ' => false ,
59
59
'raw ' => true ,
60
60
'a ' => 'b ' ,
61
- 'footer_text ' => 'Notification e-mail sent by Symfony ' ,
61
+ 'footer_text ' => 'Notification email sent by Symfony ' ,
62
62
], $ email ->getContext ());
63
63
64
64
$ this ->assertSame ('@email/example/notification/body.html.twig ' , $ email ->getHtmlTemplate ());
You can’t perform that action at this time.
0 commit comments