diff --git a/landingPages/organization/organization.component.ts b/landingPages/organization/organization.component.ts index 5cdc85d6..2084a811 100644 --- a/landingPages/organization/organization.component.ts +++ b/landingPages/organization/organization.component.ts @@ -567,7 +567,7 @@ export class OrganizationComponent { this.deleteByInferenceOpened = true; this.alertModalDeletedByInference.cancelButton = false; this.alertModalDeletedByInference.okButton = false; - this.alertModalDeletedByInference.alertTitle = "Original sources"; + this.alertModalDeletedByInference.alertTitle = "Original versions"; this.alertModalDeletedByInference.open(); } } diff --git a/landingPages/result/resultLanding.component.ts b/landingPages/result/resultLanding.component.ts index 641e0dcc..1216ef6e 100644 --- a/landingPages/result/resultLanding.component.ts +++ b/landingPages/result/resultLanding.component.ts @@ -414,7 +414,7 @@ export class ResultLandingComponent { this.deleteByInferenceOpened = true; this.alertModalDeletedByInference.cancelButton = false; this.alertModalDeletedByInference.okButton = false; - this.alertModalDeletedByInference.alertTitle = "Original sources"; + this.alertModalDeletedByInference.alertTitle = "Original versions"; //this.alertModalDeletedByInference.message = "There was an error in csv downloading. Please try again later."; //this.alertModalDeletedByInference.okButtonText = "OK"; this.alertModalDeletedByInference.open();