From a18838f0a0d5b61262818a7ff83134eddd2b970d Mon Sep 17 00:00:00 2001 From: Calin Crisan <ccrisan@gmail.com> Date: Wed, 24 Sep 2014 18:11:43 +0300 Subject: [PATCH] typo fix --- templates/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/main.html b/templates/main.html index 021ce8c..9f5d3ee 100644 --- a/templates/main.html +++ b/templates/main.html @@ -97,7 +97,7 @@ <td class="settings-item-value"><div class="button shut-down-button" id="shutDownButton">Shut Down</div></td> <td><span class="help-mark" title="shuts down the system">?</span></td> </tr> - <tr class="settings-item advanced-settingg{% if not enable_reboot %} hidden{% endif %}"> + <tr class="settings-item advanced-setting{% if not enable_reboot %} hidden{% endif %}"> <td class="settings-item-label"></td> <td class="settings-item-value"><div class="button reboot-button" id="rebootButton">Reboot</div></td> <td><span class="help-mark" title="reboots the system">?</span></td> -- 2.39.5