summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/reboot.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-10-01 12:27:03 -0500
committerJared Dillard <jdillard@netgate.com>2015-10-01 12:27:03 -0500
commit67b3520990c0dcba262b392bf5c8b06f37ede112 (patch)
tree445defa5f63c197ca5a1d04c815d0179bf599a37 /src/usr/local/www/reboot.php
parente4121dde007c66ec9e2f4c9ecb4a94d38c5fa6cc (diff)
downloadpfsense-67b3520990c0dcba262b392bf5c8b06f37ede112.zip
pfsense-67b3520990c0dcba262b392bf5c8b06f37ede112.tar.gz
Fixed #5193 clean up user prompts
Diffstat (limited to 'src/usr/local/www/reboot.php')
-rwxr-xr-xsrc/usr/local/www/reboot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/reboot.php b/src/usr/local/www/reboot.php
index dc4b2c6..0137d30 100755
--- a/src/usr/local/www/reboot.php
+++ b/src/usr/local/www/reboot.php
@@ -68,9 +68,9 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
<div class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title">Are you sure you want to reboot the system?</h2></div>
- <div class="panel-body">Click "Yes" to reboot the system immediately, or "No" to go to the system dashboard without rebooting. (There will be a brief delay before the dashboard appears.)<br /><br />
+ <div class="panel-body">Click "Reboot" to reboot the system immediately, or "No" to go to the system dashboard without rebooting. (There will be a brief delay before the dashboard appears.)<br /><br />
<form action="reboot.php" method="post">
- <input type="submit" class="btn btn-danger pull-center" name="Submit" value="Yes">
+ <input type="submit" class="btn btn-danger pull-center" name="Submit" value="Reboot">
<a href="/" class="btn btn-default">No</a>
</form>
</div>
OpenPOWER on IntegriCloud