summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_admin.php
diff options
context:
space:
mode:
authorLarry Gilbert <larry@l2g.to>2010-06-12 17:02:41 -0700
committerLarry Gilbert <larry@l2g.to>2010-06-12 17:07:52 -0700
commit22a11a582f8569a055afa8fb386bd455aef38245 (patch)
tree3f8595573f36ed33d9114518d2625c34478ef0f2 /usr/local/www/system_advanced_admin.php
parent574b56bd9eb72e498ea869397d12f234350b793d (diff)
downloadpfsense-22a11a582f8569a055afa8fb386bd455aef38245.zip
pfsense-22a11a582f8569a055afa8fb386bd455aef38245.tar.gz
Fix some errors in spelling, punctuation, grammar, etc.
Diffstat (limited to 'usr/local/www/system_advanced_admin.php')
-rw-r--r--usr/local/www/system_advanced_admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index 8a6eae0..6f7a077 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -332,7 +332,7 @@ function prot_change() {
<td width="22%" valign="top" class="vncell"><?=gettext("Authentication Method"); ?></td>
<td width="78%" class="vtable">
<input name="sshdkeyonly" type="checkbox" id="sshdkeyonly" value="yes" <?php if ($pconfig['sshdkeyonly']) echo "checked"; ?> />
- <strong><?=gettext("Disable Password login for Secure Shell (rsa key only)"); ?></strong>
+ <strong><?=gettext("Disable password login for Secure Shell (RSA key only)"); ?></strong>
<br/>
<?=gettext("When enabled, authorized keys need to be configured for each"); ?>
<a href="system_usermanager.php"><?=gettext("user"); ?></a>
@@ -344,7 +344,7 @@ function prot_change() {
<td width="78%" class="vtable">
<input name="sshport" type="text" id="sshport" value="<?php echo $pconfig['sshport']; ?>" />
<br/>
- <span class="vexpl"><?=gettext("Note: Leave this blank for the default of 22"); ?></span>
+ <span class="vexpl"><?=gettext("Note: Leave this blank for the default of 22."); ?></span>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud