Skip to content

Commit

Permalink
Fix translation of string: Allow the recipient to edit the reports' e…
Browse files Browse the repository at this point in the history
…xpiration date
  • Loading branch information
evilaliv3 committed Oct 16, 2024
1 parent 5fa78b4 commit e817f5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
</div>
<div class="form-group" *ngIf="!nodeData.can_postpone_expiration">
<input class="form-check-input" name="can_postpone_expiration" [(ngModel)]="user.can_postpone_expiration" type="checkbox" />
<label>{{ 'Allow the recipient to edit the report expiration date' | translate }}</label>
<label>{{ 'Allow the recipient to edit the reports' expiration date' | translate }}</label>
</div>
<div class="form-group">
<input class="form-check-input" name="can_grant_access_to_reports" [(ngModel)]="user.can_grant_access_to_reports" type="checkbox" />
Expand Down

0 comments on commit e817f5d

Please sign in to comment.