mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[CST-5668] Add description messages
This commit is contained in:
@@ -30,10 +30,15 @@
|
||||
</div>
|
||||
<div class="row mb-3">
|
||||
<div class="col-md">
|
||||
<div class="card" data-test="sync-mode-publication">
|
||||
<div class="card h-100" data-test="sync-mode-publication">
|
||||
<div class="card-header">{{ 'person.page.orcid.publications-preferences'| translate }}</div>
|
||||
<div class="card-body">
|
||||
<div class="m-3">
|
||||
<div class="row">
|
||||
<ds-alert [type]="'alert-info'">
|
||||
{{ 'person.page.orcid.synchronization-mode-publication-message' | translate}}
|
||||
</ds-alert>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div *ngFor="let option of syncPublicationOptions" class="row form-check">
|
||||
<input type="radio" [(ngModel)]="currentSyncPublications"
|
||||
@@ -48,10 +53,15 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md">
|
||||
<div class="card" data-test="sync-mode-funding">
|
||||
<div class="card h-100" data-test="sync-mode-funding">
|
||||
<div class="card-header">{{ 'person.page.orcid.funding-preferences'| translate }}</div>
|
||||
<div class="card-body">
|
||||
<div class="m-3">
|
||||
<div class="row">
|
||||
<ds-alert [type]="'alert-info'">
|
||||
{{ 'person.page.orcid.synchronization-mode-funding-message' | translate}}
|
||||
</ds-alert>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div *ngFor="let option of syncFundingOptions" class="row form-check">
|
||||
<input type="radio" [(ngModel)]="currentSyncFunding"
|
||||
@@ -65,10 +75,15 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md">
|
||||
<div class="card" data-test="profile-preferences">
|
||||
<div class="card h-100" data-test="profile-preferences">
|
||||
<div class="card-header">{{ 'person.page.orcid.profile-preferences'| translate }}</div>
|
||||
<div class="card-body">
|
||||
<div class="m-3">
|
||||
<div class="row">
|
||||
<ds-alert [type]="'alert-info'">
|
||||
{{ 'person.page.orcid.synchronization-mode-profile-message' | translate}}
|
||||
</ds-alert>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div *ngFor="let option of syncProfileOptions" class="row form-check">
|
||||
<input type="checkbox" [(ngModel)]="option.checked"
|
||||
|
@@ -4645,7 +4645,13 @@
|
||||
|
||||
"person.page.orcid.synchronization-mode.label": "Synchronization mode",
|
||||
|
||||
"person.page.orcid.synchronization-mode-message": "Please select how you would like synchronization with orcid to occur. It can be set as 'Manual' so you must send your data to ORCID Registry manually, or as 'Batch' so the synchronization on ORCID will be done by the system with a scheduled script",
|
||||
"person.page.orcid.synchronization-mode-message": "Please select how you would like synchronization to ORCID to occur. The options include \"Manual\" (you must send your data to ORCID manually), or \"Batch\" (the system will send your data to ORCID via a scheduled script).",
|
||||
|
||||
"person.page.orcid.synchronization-mode-funding-message": "Select whether to send your linked Project entities to your ORCID record's list of funding information.",
|
||||
|
||||
"person.page.orcid.synchronization-mode-publication-message": "Select whether to send your linked Publication entities to your ORCID record's list of works.",
|
||||
|
||||
"person.page.orcid.synchronization-mode-profile-message": "Select whether to send your biographical data or personal identifiers to your ORCID record.",
|
||||
|
||||
"person.page.orcid.synchronization-settings-update.success": "The synchronization settings have been updated successfully",
|
||||
|
||||
|
Reference in New Issue
Block a user