diff --git a/src/app/notifications/qa/events/get-ePerson-data.pipe.ts b/src/app/notifications/qa/events/get-ePerson-data.pipe.ts index d84ff30c63..58084d4a42 100644 --- a/src/app/notifications/qa/events/get-ePerson-data.pipe.ts +++ b/src/app/notifications/qa/events/get-ePerson-data.pipe.ts @@ -18,9 +18,7 @@ export class GetEPersonDataPipe implements PipeTransform { transform(personId: string): Observable { return this.ePersonDataService.findById(personId, true).pipe( getFirstCompletedRemoteData(), - getRemoteDataPayload(), - tap((ePerson: EPerson) => {console.log(ePerson)}) + getRemoteDataPayload() ); } - } diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 164d384ea3..621836e161 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -2480,7 +2480,7 @@ "item.page.version.create": "Create new version", - "item.page.withdrawn": "Withdrawn this Item", + "item.page.withdrawn": "Withdraw this Item", "item.page.reinstate": "Reinstate this Item", @@ -2616,7 +2616,7 @@ "item.qa.withdrawn-reinstate.modal.button.confirm.tooltip": "Send request", - "qa-withdrown.create.modal.button.confirm": "Withdrawn", + "qa-withdrown.create.modal.button.confirm": "Withdraw", "qa-reinstate.create.modal.button.confirm": "Reinstate", @@ -2630,7 +2630,7 @@ "item.version.create.modal.form.summary.label": "Summary", - "qa-withdrawn.create.modal.form.summary.label": "You are requesting to withdrawn this item", + "qa-withdrawn.create.modal.form.summary.label": "You are requesting to withdraw this item", "qa-withdrawn.create.modal.form.summary2.label": "Please enter the reason for the withdrawal", @@ -2648,7 +2648,7 @@ "item.qa.withdrawn.modal.submitted.header": "Sending withdrawn request...", - "qa-event-notification.check.notification-withdrawn": "You have requested to withdrawn this item.", + "qa-event-notification.check.notification-withdrawn": "You have requested to withdraw this item.", "qa-event-notification.check.notification-reinstate": "You have requested to reinstate this item.",