summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/exec.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-17 18:16:39 +0545
committerPhil Davis <phil.davis@inf.org>2015-11-17 18:16:39 +0545
commit06831ceb9203a9538e0761cd01adadad146906b3 (patch)
treeafa1afc37245670eba30539972f6deaaec631384 /src/usr/local/www/exec.php
parentb1fd554296494b5d771e263c664ee92c23fbb0fe (diff)
downloadpfsense-06831ceb9203a9538e0761cd01adadad146906b3.zip
pfsense-06831ceb9203a9538e0761cd01adadad146906b3.tar.gz
Be consistent with "Download file"
The download section is headed "Download file" but the upload section was "Upload a file". Be consistent - I have chosen to change to "Upload file". Could just as easily make the download heading "Download a file". Not sure it matters - just use the same convention in both places.
Diffstat (limited to 'src/usr/local/www/exec.php')
-rw-r--r--src/usr/local/www/exec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/exec.php b/src/usr/local/www/exec.php
index f442f38..4d8891f 100644
--- a/src/usr/local/www/exec.php
+++ b/src/usr/local/www/exec.php
@@ -269,7 +269,7 @@ if (!isBlank($_POST['txtCommand'])):?>
print('<div class="alert alert-success" role="alert">' . $ulmsg .'</div>');
?>
<div class="panel panel-default">
- <div class="panel-heading"><h2 class="panel-title"><?=gettext('Upload a file')?></h2></div>
+ <div class="panel-heading"><h2 class="panel-title"><?=gettext('Upload file')?></h2></div>
<div class="panel-body">
<input name="ulfile" type="file" class="btn btn-default btn-sm btn-file" id="ulfile" />
<br />
OpenPOWER on IntegriCloud