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/montage-history.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/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"> |
