diff --git a/views/callLogs-layout.html b/views/callLogs-layout.html index 1edf8aa..25b1593 100644 --- a/views/callLogs-layout.html +++ b/views/callLogs-layout.html @@ -33,7 +33,7 @@ {{#if showFilteredDates}}
- {{ i18n.callLogs.callsFrom }} {{ toFriendlyDate fromDate "short"}} {{ i18n.callLogs.callsTo }} {{ toFriendlyDate toDate "short" }} + {{ i18n.callLogs.callsFrom }} {{ toFriendlyDate fromDate "date"}} {{ i18n.callLogs.callsTo }} {{ toFriendlyDate toDate "date" }}
{{/if}}