Browse Source

OOB: Changes related to toFriendlyDate() update (remove legacy 'short' shortcut)

4.3
Joris Tirado 9 years ago
parent
commit
778e27f480
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      views/callLogs-layout.html

+ 1
- 1
views/callLogs-layout.html View File

@ -33,7 +33,7 @@
{{#if showFilteredDates}}
<div class="fixed-ranges-date">
{{ i18n.callLogs.callsFrom }} <span class="highlight-date">{{ toFriendlyDate fromDate "short"}}</span> {{ i18n.callLogs.callsTo }} <span class="highlight-date">{{ toFriendlyDate toDate "short" }}</span>
{{ i18n.callLogs.callsFrom }} <span class="highlight-date">{{ toFriendlyDate fromDate "date"}}</span> {{ i18n.callLogs.callsTo }} <span class="highlight-date">{{ toFriendlyDate toDate "date" }}</span>
</div>
{{/if}}


Loading…
Cancel
Save