summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-08-14 15:35:38 -0400
committerChris Buechler <cmb@pfsense.org>2010-08-14 15:35:38 -0400
commit9bca7494804c759f76357ed4613485d46a10d204 (patch)
tree487b8ee2b09d4d43d278a132ea1e2608eef1841f /usr
parentb385327a89a4d31033c8a64bc5adf054836dec78 (diff)
downloadpfsense-9bca7494804c759f76357ed4613485d46a10d204.zip
pfsense-9bca7494804c759f76357ed4613485d46a10d204.tar.gz
fix text
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/interfaces_ppps_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_ppps_edit.php b/usr/local/www/interfaces_ppps_edit.php
index d19a377..aadaed0 100644
--- a/usr/local/www/interfaces_ppps_edit.php
+++ b/usr/local/www/interfaces_ppps_edit.php
@@ -540,14 +540,14 @@ $types = array("select" => gettext("Select"), "ppp" => "PPP", "pppoe" => "PPPoE"
</td>
</tr>
<tr style="display:none" id="advanced_<?=$k;?>" name="advanced_<?=$k;$k++;?>">
- <td width="22%" valign="top" class="vncell"><?= gettext("Sim PIN"); ?></td>
+ <td width="22%" valign="top" class="vncell"><?= gettext("SIM PIN"); ?></td>
<td width="78%" class="vtable">
<input name="simpin" type="text" class="formfld unknown" id="simpin" size="12" value="<?=htmlspecialchars($pconfig['simpin']);?>">
</td>
</tr>
<tr style="display:none" id="advanced_<?=$k;?>" name="advanced_<?=$k;$k++;?>">
- <td width="22%" valign="top" class="vncell"><?= gettext("Sim PIN wait"); ?></td>
+ <td width="22%" valign="top" class="vncell"><?= gettext("SIM PIN wait"); ?></td>
<td width="78%" class="vtable">
<input name="pin-wait" type="text" class="formfld unknown" id="pin-wait" size="2" value="<?=htmlspecialchars($pconfig['pin-wait']);?>">
<br/><span class="vexpl"><?= gettext("Note: Time to wait for SIM to discover network after PIN is sent to SIM (seconds)."); ?></span>
OpenPOWER on IntegriCloud