From afd964abcb54d91bb4751c790d6c36e399251b01 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Mon, 13 Jan 2020 11:27:54 +0000 Subject: [PATCH] [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 --- landingPages/organization/organization.component.ts | 2 +- landingPages/result/resultLanding.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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();