diff options
| author | steelyard-nl <email@jeroenkik.nl> | 2017-02-02 14:36:31 +0100 |
|---|---|---|
| committer | steelyard-nl <email@jeroenkik.nl> | 2017-02-02 14:36:31 +0100 |
| commit | 1f3a41ad2b2f66ce33de74fbb3cea3a29616f468 (patch) | |
| tree | 8dfd8ffcb8aa0bbc0362dedcf4e67706d2362c8a /www/templates/montage-history.html | |
| parent | 5b7bd824f59ecf6b629f68548e75a94c65794834 (diff) | |
Placeholders in templates #440
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"> |
