diff --git a/src/applications/content-entries-app/entry/entry-distribution/distributed-profile/distributed-profile.component.html b/src/applications/content-entries-app/entry/entry-distribution/distributed-profile/distributed-profile.component.html
index 4f40daa93b..45fd8c91ad 100644
--- a/src/applications/content-entries-app/entry/entry-distribution/distributed-profile/distributed-profile.component.html
+++ b/src/applications/content-entries-app/entry/entry-distribution/distributed-profile/distributed-profile.component.html
@@ -26,7 +26,7 @@
- {{'applications.content.entryDetails.distribution.lastUpdate' | translate:[(_profile?.updatedAt | kmcDate:'dateOnly')]}}
+ {{'applications.content.entryDetails.distribution.lastUpdate' | translate: {'0': _profile?.updatedAt | kmcDate:'dateOnly'} }}