mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
103818 Adjusted "Inherit policies" tooltip
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<p>
|
||||
<label for="inheritPoliciesCheckbox">
|
||||
<ng-template #tooltipContent>
|
||||
The original item read access policy for this item will be replaced by the collection’s one
|
||||
{{ 'item.edit.move.inheritpolicies.tooltip' | translate }}
|
||||
</ng-template>
|
||||
<input type="checkbox" name="tc" [(ngModel)]="inheritPolicies" id="inheritPoliciesCheckbox" [ngbTooltip]="tooltipContent"
|
||||
>
|
||||
|
@@ -2162,6 +2162,8 @@
|
||||
|
||||
"item.edit.move.inheritpolicies.description": "Inherit the default policies of the destination collection",
|
||||
|
||||
"item.edit.move.inheritpolicies.tooltip" : "Warning: When enabled, the read access policy for the item and any files associated with the item will be replaced by the default read access policy of the collection. This cannot be undone.",
|
||||
|
||||
"item.edit.move.move": "Move",
|
||||
|
||||
"item.edit.move.processing": "Moving...",
|
||||
|
Reference in New Issue
Block a user