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/devoptions.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/devoptions.html')
| -rw-r--r-- | www/templates/devoptions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index 00a90880..c9ab87c6 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -45,7 +45,7 @@ <div class="item item-text-wrap item-input-inset"> {{'kMaxMonitorsMontage' | translate }} <label class="item-input-wrapper"> - <input type="tel" placeholder="be careful" ng-model="loginData.maxMontage"> + <input type="tel" placeholder="{{'kBeCareful' | translate}}" ng-model="loginData.maxMontage"> </label> </div> <!-- |
