Spelling correction.

Changed Alrms to Alarms.
This commit is contained in:
LNSmith458
2017-11-14 20:09:05 -05:00
committed by GitHub
parent 23906d8749
commit 4b57f2e6ba
+2 -2
View File
@@ -1,10 +1,10 @@
{{if data.map_levels.length}}
<div class="notice" style="height: 22px">
{{:helper.link('Show Air Alrms On Map', 'pin-s', {'showMap' : 1})}}
{{:helper.link('Show Air Alarms On Map', 'pin-s', {'showMap' : 1})}}
</div>
{{/if}}
<div class='item'>
{{for data.alarms}}
{{:helper.link(value.name, null, {'alarm' : value.ref}, null, value.danger == 2 ? 'redButton' : (value.danger == 1 ? 'yellowButton' : null))}}
{{/for}}
</div>
</div>