Skip to content

Commit

Permalink
libraries: fix translation on notification settings
Browse files Browse the repository at this point in the history
Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
  • Loading branch information
Garfield-fr committed Jun 15, 2021
1 parent 1ac1dd8 commit b426933
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>{{ record.metadata.name }}</h1>
<!-- NOTIFICATION SETTINGS -->
<dl class="row" *ngIf="record.metadata.notification_settings as notificationSettings">
<ng-container *ngFor="let setting of notificationSettings">
<dt class="col-3">{{ setting.type | ucfirst | translate }}:</dt>
<dt class="col-3">{{ setting.type | translate | ucfirst }}:</dt>
<dd class="col-7">
{{ setting.email }}
<ng-container *ngIf="setting.delay">
Expand Down

0 comments on commit b426933

Please sign in to comment.