mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
fix(translations): 🌐 Fix incorrect text translation reference RequestedByOn (#4420)
[no ci]
This commit is contained in:
parent
17122bbd66
commit
202d155493
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue