Skip to content

Commit

Permalink
Seensor => Sensor
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Zimon <uzi18@o2.pl>
  • Loading branch information
uzi18 committed Apr 23, 2016
1 parent aad4b38 commit 8115024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/settings/stats.php
Expand Up @@ -66,7 +66,7 @@

<div class="form-group"> <label class="col-md-4 control-label" for="textinput">OS:</label> <div class="col-md-4"> <input id="textinput" placeholder="" class="form-control input-md" required="" type="text" value="<?php passthru('cat /etc/os-release | grep PRETT | sed \'s/^.*=\"\\(.*\\)\".*/\\1/g\'');?>" disabled> </div> </div>
<div class="form-group">
<label class="col-md-4 control-label" for="selectbasic">Seensor:</label>
<label class="col-md-4 control-label" for="selectbasic">Sensor:</label>
<div class="col-md-4">
<select id="selectbasic" name="sensor_temp" class="form-control">
<?php foreach($sensors as $a) { ?>
Expand Down

0 comments on commit 8115024

Please sign in to comment.