- {{"replacementRoll, question" | translate}} :
+ {{"replacementRoll, question" | translate}} :
{{pQuestion}} ?
- {{"replacementRoll, answer" | translate}}
+ {{"replacementRoll, answer" | translate}}
- {{"replacementRoll, enterNote" | translate}}
+ {{"replacementRoll, enterNote" | translate}}
diff --git a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts
index a86f32cd..5cd1e9e5 100644
--- a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts
+++ b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.ts
@@ -43,7 +43,7 @@ export class WorkListReplacementRollComponent implements OnInit {
messageSuccess: boolean =false;
public direction: string;
P_RESPOND_ATTRIBUTES_TBL: any[];
- constructor(public worklistService: WorklistService, private cs: CommonService, private ts: TranslatorService, public workListMainService: WorklistMainService, public modalCtrl: ModalController) {
+ constructor(public worklistService: WorklistService, private cs: CommonService, public ts: TranslatorService, public workListMainService: WorklistMainService, public modalCtrl: ModalController) {
this.P_PAGE_NUM = 1;
this.P_PAGE_LIMIT = 50;
this.getPassActionMode = this.cs.sharedService.getSharedData('passActionMode', false);
diff --git a/Mohem/src/app/notification/work-list-rfc/work-list-rfc.component.ts b/Mohem/src/app/notification/work-list-rfc/work-list-rfc.component.ts
index bf04ab9d..1bacb0b4 100644
--- a/Mohem/src/app/notification/work-list-rfc/work-list-rfc.component.ts
+++ b/Mohem/src/app/notification/work-list-rfc/work-list-rfc.component.ts
@@ -36,7 +36,7 @@ export class WorkListRfcComponent implements OnInit {
constructor(
public worklistService: WorklistService,
private cs: CommonService,
- private ts: TranslatorService,
+ public ts: TranslatorService,
public workListMainService: WorklistMainService,
public modalCtrl: ModalController
) {