diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-28 08:23:30 -0700 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-28 08:23:30 -0700 |
| commit | ba1b224dbc8553a25f9307125ff2f0004602d609 (patch) | |
| tree | e35abd1a1fafbde4af923d990c95e529a4106e2c /www/templates/timeline.html | |
| parent | 86ffc8d962c3e4b677a555f215c3dac5e2eabef4 (diff) | |
#353 - show abbreviated timezones to avoid confusion when switching, broadcast tz change if APIs update late
Diffstat (limited to 'www/templates/timeline.html')
| -rw-r--r-- | www/templates/timeline.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/timeline.html b/www/templates/timeline.html index e443e705..f8d89444 100644 --- a/www/templates/timeline.html +++ b/www/templates/timeline.html @@ -26,7 +26,7 @@ <ion-content scroll-sista delegate-handle="none" overflow-scroll="false" mouse-wheel-scroll> <div style="padding-left:15px; font-size:10px; color:grey"> - {{prettify(fromDate)}} - {{prettify(toDate)}} ({{'kTimelineOnlyDisplaying1' | translate:translationData}}) + {{prettify(fromDate)}} - {{prettify(toDate)}} {{tzAbbr}} ({{'kTimelineOnlyDisplaying1' | translate:translationData}}) <strong><br/>{{'kTimelineControlDisplay'|translate}}</strong> </div> |
