[Trunk | Library]: organization.component & resultLanding.component: Text bug: "Original sources" renamed to "Original versions".

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57971 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2020-01-13 11:27:54 +00:00
parent 7a7fd23d32
commit afd964abcb
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}
}

View File

@ -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();