aboutsummaryrefslogtreecommitdiff
path: root/web/static/app/templates/device-edit-attribute.modal.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/app/templates/device-edit-attribute.modal.html')
-rw-r--r--web/static/app/templates/device-edit-attribute.modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/static/app/templates/device-edit-attribute.modal.html b/web/static/app/templates/device-edit-attribute.modal.html
index 10314e5..2e57f2d 100644
--- a/web/static/app/templates/device-edit-attribute.modal.html
+++ b/web/static/app/templates/device-edit-attribute.modal.html
@@ -7,7 +7,7 @@
</div>
<div class="modal-body">
<fieldset class="form-group">
- <label for="attribute" style="text-transform: capitalize">{{ctrl.label}}</label>
+ <label for="attribute" class="text-capitalize">{{ctrl.label}}</label>
<input type="text" class="form-control" id="attribute" autofocus
ng-model="ctrl.value"/>
</fieldset>