Skip to content

Commit

Permalink
fix(translations): 🌐 Fix incorrect text translation reference Request…
Browse files Browse the repository at this point in the history
…edByOn (#4420)

[no ci]
  • Loading branch information
sephrat authored Nov 25, 2021
1 parent 17122bb commit 202d155
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div> {{ request.requestStatus | translate }}</div>
</mat-panel-title>
<mat-panel-description>
{{'Requests.RequestedByOn' | translate: {
{{'MediaDetails.RequestedByOn' | translate: {
user: request.requestedUser.userAlias,
date: request.requestedDate | amLocal | amUserLocale | amDateFormat: 'LL' } }}
<span *ngIf="request.denied"> - {{request.deniedReason}}</span>
Expand Down

0 comments on commit 202d155

Please # to comment.