summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2016-03-16 11:43:38 -0500
committerJared Dillard <jdillard@netgate.com>2016-03-16 11:43:48 -0500
commita11064ea40aaafa34a0f7dc17c748143c9579c31 (patch)
tree07be9e06f8f0e9539c0d8e39610e3f514e05f91c /src
parenta77c2a23b60900be47c96b655c98b385982dd474 (diff)
downloadpfsense-a11064ea40aaafa34a0f7dc17c748143c9579c31.zip
pfsense-a11064ea40aaafa34a0f7dc17c748143c9579c31.tar.gz
match text to buttons
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/local/www/diag_halt.php2
-rwxr-xr-xsrc/usr/local/www/diag_reboot.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_halt.php b/src/usr/local/www/diag_halt.php
index da4cc48..3de8bb5 100755
--- a/src/usr/local/www/diag_halt.php
+++ b/src/usr/local/www/diag_halt.php
@@ -100,7 +100,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
</div>
<div class="panel-body">
<div class="content">
- <p><?=gettext('Click "Halt" to halt the system immediately, or "No" to go to the system dashboard. (There will be a brief delay before the dashboard appears.)')?></p>
+ <p><?=gettext('Click "Halt" to halt the system immediately, or "Cancel" to go to the system dashboard. (There will be a brief delay before the dashboard appears.)')?></p>
<form action="diag_halt.php" method="post">
<button type="submit" class="btn btn-danger pull-center" name="save" value="<?=gettext("Halt")?>" title="<?=gettext("Halt the system and power off")?>">
<i class="fa fa-stop-circle"></i>
diff --git a/src/usr/local/www/diag_reboot.php b/src/usr/local/www/diag_reboot.php
index e8e4535..ffe29cb 100755
--- a/src/usr/local/www/diag_reboot.php
+++ b/src/usr/local/www/diag_reboot.php
@@ -141,7 +141,7 @@ events.push(function() {
</div>
<div class="panel-body">
<div class="content">
- <p><?=gettext('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.)')?></p>
+ <p><?=gettext('Click "Reboot" to reboot the system immediately, or "Cancel" to go to the system dashboard without rebooting. (There will be a brief delay before the dashboard appears.)')?></p>
<form action="diag_reboot.php" method="post">
<button type="submit" class="btn btn-danger pull-center" name="Submit" value="<?=gettext("Reboot")?>" title="<?=gettext("Reboot the system")?>">
<i class="fa fa-refresh"></i>
OpenPOWER on IntegriCloud