Skip to content

Commit f447e35

Browse files
committed
Change conops with fursuit contact in e-mail notifications
1 parent 72bcbf7 commit f447e35

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/Notifications/BadgeCreatedNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function toMail($notifiable): MailMessage
2121
->salutation('')
2222
->subject('[NO ACTION REQUIRED] Fursuit Badge Pending Review')
2323
->line('Thank you for submitting your badge for review. We will notify you once your badge has been approved or if we need any additional information.')
24-
->line('Please do not reply to this email. If you have any questions, please contact us at conops@eurofurence.org')
24+
->line('Please do not reply to this email. If you have any questions, please contact us at fursuit-team@eurofurence.org')
2525
->action('Edit Badge', route('badges.edit', [
2626
'badge' => $this->badge->id,
2727
]))

app/Notifications/FursuitApprovedNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function toMail($notifiable): MailMessage
3333
->action('Edit Badge', route('badges.edit', [
3434
'badge' => $this->badge->id,
3535
]))
36-
->line('Please do not reply to this email. If you have any questions, please contact us at conops@eurofurence.org');
36+
->line('Please do not reply to this email. If you have any questions, please contact us at fursuit-team@eurofurence.org');
3737
}
3838

3939
public function toArray($notifiable): array

app/Notifications/FursuitRejectedNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function toMail($notifiable): MailMessage
3434
->action('Edit Badge', route('badges.edit', [
3535
'badge' => $this->badge->id,
3636
]))
37-
->line('Please do not reply to this email. If you have any questions, please contact us at conops@eurofurence.org');
37+
->line('Please do not reply to this email. If you have any questions, please contact us at fursuit-team@eurofurence.org');
3838
}
3939

4040
public function toArray($notifiable): array

0 commit comments

Comments
 (0)