diff options
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/system_firmware_check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php index 418f96b..8009df2 100755 --- a/usr/local/www/system_firmware_check.php +++ b/usr/local/www/system_firmware_check.php @@ -99,7 +99,7 @@ include("fbegin.inc"); if($allinstall == true) { ?> <br><br><br><table align="center"><tr><td><form action="system_firmware_auto.php" method="post" enctype="multipart/form-data"> - <input name="full" type="submit" class="formbtn" value="Begin System Update"> + <input name="full" type="submit" class="formbtn" value="Begin Full Update"> </form></td></tr></table> <?php } ?> </tr> |