|  | @@ -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.