diff options
Diffstat (limited to 'www/templates/monitors-modal.html')
| -rw-r--r-- | www/templates/monitors-modal.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index f16dba9b..f82eab45 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -60,7 +60,9 @@ </div> <br/> <a class="button button-small icon ion-stop button-assertive" href="" ng-click="controlPTZ(monitorId, ptzStopCommand);"></a> - <a class="button button-small button-royal" href="" ng-click="togglePresets();">{{'kPresets' | translate}}</a> + + + <a class="button button-small button-royal" href="" ng-click="togglePresets();">{{presetAndControl}}</a> </div> </div> |
