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

@@ -34,10 +34,10 @@ textarea {
</td>
</tr>
<tr>
<td><button class="button" onclick="saveTextAsFile()">Update Config.ini</button></td>
<td><button class="button" onclick="saveTextAsFile()">Save</button></td>
</tr>
<tr>
<td><button class="button" id="reboot" type="button" onclick="doReboot()">Reboot to activate updates</button></td>
<td><button class="button" id="reboot" type="button" onclick="doReboot()">Reboot to activate changes</button></td>
</tr>
</table>