diff --git a/apps/dnet-orgs-database-application/src/main/resources/static/resources/html/parts/org_results_page.html b/apps/dnet-orgs-database-application/src/main/resources/static/resources/html/parts/org_results_page.html index 6ffddb26..1d98f884 100644 --- a/apps/dnet-orgs-database-application/src/main/resources/static/resources/html/parts/org_results_page.html +++ b/apps/dnet-orgs-database-application/src/main/resources/static/resources/html/parts/org_results_page.html @@ -36,7 +36,7 @@ -

Click on the organization name to select (multiple selection is allowed)

+

Click the organization name to add the organization (multiple selection is allowed)

diff --git a/apps/dnet-orgs-database-application/src/main/resources/static/resources/js/organizations.js b/apps/dnet-orgs-database-application/src/main/resources/static/resources/js/organizations.js index 8c2cfbe9..e5ec7f74 100644 --- a/apps/dnet-orgs-database-application/src/main/resources/static/resources/js/organizations.js +++ b/apps/dnet-orgs-database-application/src/main/resources/static/resources/js/organizations.js @@ -265,7 +265,7 @@ orgsModule.directive('orgDuplicates', function($http, $location, $route) { 'oaUrl' : scope.newDuplicate.urls.join(), 'oaCollectedFrom' : '', 'createdBy' : currentUser(), - 'relType' : 'is_similar' + 'relType' : 'suggested' }); } }