diff options
Diffstat (limited to 'www/templates/montage-history.html')
| -rw-r--r-- | www/templates/montage-history.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html index 8888cc1d..785a348d 100644 --- a/www/templates/montage-history.html +++ b/www/templates/montage-history.html @@ -108,7 +108,7 @@ <div class="row"> <div class="col col-50"> <label class="item-input-wrapper"> - <input ng-change="hrsChanged()" type="tel" placeholder="hours" ng-model="datetimeValueFrom.hrs"> + <input ng-change="hrsChanged()" type="tel" placeholder="{{'kHours' | translate}}" ng-model="datetimeValueFrom.hrs"> </label> </div> <div class="col col-50"> |
