rechtschreibung
This commit is contained in:
parent
a3da55add4
commit
ec7ae4f599
|
@ -344,7 +344,7 @@ class JobController extends AppController {
|
||||||
$this->request->data['DreamjobJobApplicationPage'][]=array('page_id'=> $id);
|
$this->request->data['DreamjobJobApplicationPage'][]=array('page_id'=> $id);
|
||||||
$result = $this->DreamjobJobApplication->sendApplication($this->request->data);
|
$result = $this->DreamjobJobApplication->sendApplication($this->request->data);
|
||||||
if ($result) {
|
if ($result) {
|
||||||
$this->MiconwareSession->setFlash(__('dreamjob.application.send'),'flash',array('alert'=>'success'));
|
$this->MiconwareSession->setFlash(__('dreamjob.application.send.success'),'flash',array('alert'=>'success'));
|
||||||
}else{
|
}else{
|
||||||
$this->MiconwareSession->setFlash(__('dreamjob.application.send.error'),'flash',array('alert'=>'danger'));
|
$this->MiconwareSession->setFlash(__('dreamjob.application.send.error'),'flash',array('alert'=>'danger'));
|
||||||
}
|
}
|
||||||
|
|
|
@ -1125,7 +1125,7 @@ msgstr ""
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
msgid "dreamjob.application.send.sucess"
|
msgid "dreamjob.application.send.success"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue