summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-12-04 19:26:14 -0600
committerChris Buechler <cmb@pfsense.org>2015-12-04 19:26:14 -0600
commit9b0947bbc488fee7670dc5e42813ec49f76c0e70 (patch)
treec94cb7b718b5c67968b588d19507068570d32d06 /src/usr/local/www/firewall_nat_edit.php
parent170e4beadc7603b2b8442dd77804a9be5c74bd92 (diff)
downloadpfsense-9b0947bbc488fee7670dc5e42813ec49f76c0e70.zip
pfsense-9b0947bbc488fee7670dc5e42813ec49f76c0e70.tar.gz
fix missing spaces in text
Diffstat (limited to 'src/usr/local/www/firewall_nat_edit.php')
-rw-r--r--src/usr/local/www/firewall_nat_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_nat_edit.php b/src/usr/local/www/firewall_nat_edit.php
index 6cbf9ea..f342c23 100644
--- a/src/usr/local/www/firewall_nat_edit.php
+++ b/src/usr/local/www/firewall_nat_edit.php
@@ -933,14 +933,14 @@ if ($has_created_time || $has_updated_time) {
if ($has_created_time) {
$section->addInput(new Form_StaticText(
'Created',
- date(gettext("n/j/y H:i:s"), $a_nat[$id]['created']['time']) . gettext("by") . $a_nat[$id]['created']['username']
+ date(gettext("n/j/y H:i:s"), $a_nat[$id]['created']['time']) . gettext(" by ") . $a_nat[$id]['created']['username']
));
}
if ($has_updated_time) {
$section->addInput(new Form_StaticText(
'Updated',
- date(gettext("n/j/y H:i:s"), $a_nat[$id]['updated']['time']) . gettext("by") . $a_nat[$id]['updated']['username']
+ date(gettext("n/j/y H:i:s"), $a_nat[$id]['updated']['time']) . gettext(" by ") . $a_nat[$id]['updated']['username']
));
}
OpenPOWER on IntegriCloud