Skip to content

Commit

Permalink
fix(content/entry): distribution profile last update fix SUP-44866
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Oct 30, 2024
1 parent f7bfbe4 commit 03390eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<span class="kDelimiter"></span>
</span>
<span class="kLastUpdate">
{{'applications.content.entryDetails.distribution.lastUpdate' | translate:[(_profile?.updatedAt | kmcDate:'dateOnly')]}}
{{'applications.content.entryDetails.distribution.lastUpdate' | translate: {'0': _profile?.updatedAt | kmcDate:'dateOnly'} }}
<span class="kDelimiter"></span>
</span>
<span class="kAutoDistribution" *ngIf="_profile?.autoDistribution">
Expand Down

0 comments on commit 03390eb

Please sign in to comment.