Skip to content

Commit

Permalink
103818 Adjusted "Inherit policies" tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Pauwels committed Aug 24, 2023
1 parent 2078b75 commit a5b30ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>{{'item.edit.move.head' | translate: {id: (itemRD$ | async)?.payload?.handle
<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"
>
Expand Down
2 changes: 2 additions & 0 deletions src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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...",
Expand Down

0 comments on commit a5b30ea

Please sign in to comment.