From 231b3586d7c29acf6a66f1f1406200dbe028e099 Mon Sep 17 00:00:00 2001 From: enadhilal Date: Wed, 22 Sep 2021 09:07:24 +0300 Subject: [PATCH] fix i18 --- .../app/mowadhafi/hr-request-form/hr-request-form.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mohem/src/app/mowadhafi/hr-request-form/hr-request-form.component.ts b/Mohem/src/app/mowadhafi/hr-request-form/hr-request-form.component.ts index d7848c6f..48cc75d0 100644 --- a/Mohem/src/app/mowadhafi/hr-request-form/hr-request-form.component.ts +++ b/Mohem/src/app/mowadhafi/hr-request-form/hr-request-form.component.ts @@ -270,7 +270,7 @@ export class HrRequestFormComponent implements OnInit { if(this.cs.validResponse(result)){ this.cs.stopLoading(); this.checkERM('After Service Submission'); - this.cs.greenToastPK("general", "success"); + this.cs.greenToastPK("general", "success-create"); this.cs.openMyRequestPage(); }else{ this.cs.stopLoading();