make button titles consistent (#1412)

Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
CaCO3
2022-11-26 07:15:10 +01:00
committed by GitHub
parent 069aac5723
commit 9c390f3026
10 changed files with 17 additions and 17 deletions

View File

@@ -86,10 +86,10 @@ select {
<table>
<tr>
<td><input class="button" type="submit" name="saveroi" onclick="SaveToConfig()" value="Save all to Config.ini"></td>
<td><input class="button" type="submit" name="saveroi" onclick="SaveToConfig()" value="Save"></td>
</tr>
<tr>
<td><button class="button" id="reboot" type="button" onclick="doReboot()">Reboot to activate saved config</button></td>
<td><button class="button" id="reboot" type="button" onclick="doReboot()">Reboot to activate changes</button></td>
</tr>
</table>