103818 Adjusted "Inherit policies" tooltip

This commit is contained in:
Koen Pauwels
2023-08-04 17:10:06 +02:00
parent 95abcc9ce8
commit 6791f6e311
2 changed files with 3 additions and 1 deletions

View File

@@ -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 collections one
{{ 'item.edit.move.inheritpolicies.tooltip' | translate }}
</ng-template>
<input type="checkbox" name="tc" [(ngModel)]="inheritPolicies" id="inheritPoliciesCheckbox" [ngbTooltip]="tooltipContent"
>

View File

@@ -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...",