summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-09-04 15:04:05 -0400
committerChris Buechler <cmb@pfsense.org>2009-09-04 15:04:05 -0400
commit5a439cb547c90c0b417df3d1ec7e21c158c65382 (patch)
treecf1fe4d268c98faa9b4df57835f3bf9cc2201bed /usr
parent4013744d1cb1a628744b5d9cd025475bfa8ed034 (diff)
downloadpfsense-5a439cb547c90c0b417df3d1ec7e21c158c65382.zip
pfsense-5a439cb547c90c0b417df3d1ec7e21c158c65382.tar.gz
fix typo
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_advanced.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index ba33f9e..adf1e5b 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -361,7 +361,7 @@ include("head.inc");
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell"><?=gettext("Authorizedkeys");?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("Authorized keys");?></td>
<td width="78%" class="vtable">
<textarea name="authorizedkeys" cols="65" rows="7" id="authorizedkeys" class="formfld_cert"><?=htmlspecialchars($pconfig['authorizedkeys']);?></textarea>
<br />
OpenPOWER on IntegriCloud