@@ -75,9 +75,9 @@ |
||
75 | 75 | |
76 | 76 | $position = $this->job->getTranslations('title'); |
77 | 77 | $classification = $this->job->getClassificationMessageAttribute(); |
78 | - $subject = Lang::get('common/notifications/screen_candidates.subject', [ 'position' => $position['en'], 'classification' => $classification ], 'en') |
|
78 | + $subject = Lang::get('common/notifications/screen_candidates.subject', ['position' => $position['en'], 'classification' => $classification], 'en') |
|
79 | 79 | . ' / ' |
80 | - . Lang::get('common/notifications/screen_candidates.subject', [ 'position' => $position['fr'], 'classification' => $classification ], 'fr'); |
|
80 | + . Lang::get('common/notifications/screen_candidates.subject', ['position' => $position['fr'], 'classification' => $classification], 'fr'); |
|
81 | 81 | |
82 | 82 | return $this->subject($subject) |
83 | 83 | ->cc($hr_advisors_emails) |