diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2017-02-03 23:22:45 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-03 23:22:45 +0530 |
| commit | 1d99824454e606ff2fd77c415325eb251cfd4196 (patch) | |
| tree | af2949ee9102e539d6258af91bbb3dbf74988438 /www/templates/timeline.html | |
| parent | b37db48ac507c6a84ee9a8c71b1ef2bc65621bd5 (diff) | |
| parent | 1f3a41ad2b2f66ce33de74fbb3cea3a29616f468 (diff) | |
Merge pull request #442 from steelyard-nl/440-Hard-coded-text-found-
440 hard coded text found
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 d2ada69d..a64edceb 100644 --- a/www/templates/timeline.html +++ b/www/templates/timeline.html @@ -35,7 +35,7 @@ <br/> <div style="padding-left:15px; font-size:10px; color:grey"> <button ng-click="toggleFollowTime()" ng-class="follow.time? 'button button-small button-balanced':'button button-small button-assertive'"> - {{'kUpdateTimeline' | translate}}: {{follow.time}} + {{'kUpdateTimeline' | translate}}: {{follow.time? ('kTrue' | translate) : ('kFalse' | translate)}} </button> <button ng-click="gotoNow()" class="button button-small button-balanced"> {{'kNow' | translate}} |
