diff --git a/lib/core/card-view/components/card-view-dateitem/card-view-dateitem.component.html b/lib/core/card-view/components/card-view-dateitem/card-view-dateitem.component.html index e96fe2d4cd..db7cf5b4df 100644 --- a/lib/core/card-view/components/card-view-dateitem/card-view-dateitem.component.html +++ b/lib/core/card-view/components/card-view-dateitem/card-view-dateitem.component.html @@ -1,3 +1,4 @@ +
{{'CORE.METADATA.ACCESSIBILITY.DATEPICKER' | translate}}
{{ property.label | translate }}
@@ -32,7 +33,8 @@ + (dateChange)="onDateChanged($event)" + [attr.aria-describedby]="'card-' + property.type + '-value-' + property.key">