File tree Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public function __construct(string $name) {}
19
19
public function envelope (): Envelope
20
20
{
21
21
return new Envelope (
22
- subject: ' Send Sponsor Thanks Mail ' ,
22
+ subject: __ ( ' emails.subject ' ) ,
23
23
);
24
24
}
25
25
Original file line number Diff line number Diff line change 4
4
5
5
return [
6
6
7
- 'greeting ' => 'Chèr(e) :name, ' ,
8
- 'thanks ' => 'Nous souhaitons vous exprimer notre sincère gratitude pour votre soutien précieux à la communauté Laravel. ' ,
9
- 'impact ' => 'Votre soutien renforce l \'impact de notre communauté et nous permet de poursuivre notre mission. ' ,
10
- 'closing ' => 'Cordialement, ' ,
11
- 'team ' => 'L \'équipe Laravel Cameroun ' ,
7
+ 'subject ' => 'Thank you for your valuable support to the Laravel community. ' ,
8
+ 'greeting ' => 'Dear :name, ' ,
9
+ 'thanks ' => 'We would like to express our sincere gratitude for your valuable support to the Laravel community. ' ,
10
+ 'impact ' => 'Your support strengthens the impact of our community and allows us to continue pursuing our mission. ' ,
11
+ 'closing ' => 'Best regards, ' ,
12
+ 'team ' => 'The Laravel Cameroon Team ' ,
12
13
13
14
];
Original file line number Diff line number Diff line change 4
4
5
5
return [
6
6
7
- 'greeting ' => 'Dear :name, ' ,
8
- 'thanks ' => 'We would like to express our sincere gratitude for your valuable support to the Laravel community. ' ,
9
- 'impact ' => 'Your support strengthens the impact of our community and allows us to continue pursuing our mission. ' ,
10
- 'closing ' => 'Best regards, ' ,
11
- 'team ' => 'The Laravel Cameroon Team ' ,
7
+ 'subject ' => 'Merci pour votre soutien précieux à la communauté Laravel Cameroun ' ,
8
+ 'greeting ' => 'Chèr(e) :name, ' ,
9
+ 'thanks ' => 'Nous souhaitons vous exprimer notre sincère gratitude pour votre soutien précieux à la communauté Laravel. ' ,
10
+ 'impact ' => 'Votre soutien renforce l \'impact de notre communauté et nous permet de poursuivre notre mission. ' ,
11
+ 'closing ' => 'Cordialement, ' ,
12
+ 'team ' => 'L \'équipe Laravel Cameroun ' ,
12
13
13
14
];
Original file line number Diff line number Diff line change 2
2
3
3
<x-mail::panel >
4
4
5
- {!! __ (' emails.greeting' , [' name' => $user -> name ]) ! !}
5
+ {!! __ (' emails.greeting' , [' name' => $name ]) ! !}
6
6
7
7
{!! __ (' emails.thanks' ) ! !}
8
8
You can’t perform that action at this time.
0 commit comments