Completed
Push — feature/applicant-welcome-ui ( d7511a...150eed )
by Chris
14:27 queued 02:16
created
app/Mail/ScreenCandidatesPrompt.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
 
75 75
         $position = $this->job->getTranslations('title');
76 76
         $classification = $this->job->getClassificationMessageAttribute();
77
-        $subject = Lang::get('common/notifications/screen_candidates.subject', [ 'position' => $position['en'], 'classification' => $classification ]) . ' / ' . Lang::get('common/notifications/screen_candidates.subject', [ 'position' => $position['fr'], 'classification' => $classification ], 'fr');
77
+        $subject = Lang::get('common/notifications/screen_candidates.subject', ['position' => $position['en'], 'classification' => $classification]) . ' / ' . Lang::get('common/notifications/screen_candidates.subject', ['position' => $position['fr'], 'classification' => $classification], 'fr');
78 78
 
79 79
         return $this->subject($subject)
80 80
                     ->cc($hr_advisors_emails)
Please login to merge, or discard this patch.