summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-02-09 09:22:34 -0200
committerRenato Botelho <garga@FreeBSD.org>2015-02-09 09:22:34 -0200
commit2b704ea9d2b5f0588da1a9bd8290c3e6db2adb1d (patch)
tree4418ca5cd16a81dfc3e2627a4438f1239e49b995 /usr/local/www/services_dyndns_edit.php
parent6d5d965875ea7e26b8e9113ce8281ccbb3da7a74 (diff)
parentf8b5f41d7a12d36dba6851ce252cdc7fc6a70582 (diff)
downloadpfsense-2b704ea9d2b5f0588da1a9bd8290c3e6db2adb1d.zip
pfsense-2b704ea9d2b5f0588da1a9bd8290c3e6db2adb1d.tar.gz
Merge pull request #1469 from makkbe/master
Diffstat (limited to 'usr/local/www/services_dyndns_edit.php')
-rw-r--r--usr/local/www/services_dyndns_edit.php11
1 files changed, 7 insertions, 4 deletions
diff --git a/usr/local/www/services_dyndns_edit.php b/usr/local/www/services_dyndns_edit.php
index 80ad352..0cf95f1 100644
--- a/usr/local/www/services_dyndns_edit.php
+++ b/usr/local/www/services_dyndns_edit.php
@@ -319,7 +319,8 @@ function _onTypeChange(type){
<span class="red"><strong><?=gettext("Note:");?><br /></strong>
</span>
<?=gettext("Enter the complete host/domain name. example: myhost.dyndns.org");?><br />
- <?=gettext("For he.net tunnelbroker, enter your tunnel ID");?>
+ <?=gettext("he.net tunnelbroker: Enter your tunnel ID");?><br />
+ <?=gettext("GleSYS: Enter your record ID");?>
</span>
</td>
</tr>
@@ -359,8 +360,9 @@ function _onTypeChange(type){
<td width="78%" class="vtable">
<input name="username" type="text" class="formfld user" id="username" size="20" value="<?=htmlspecialchars($pconfig['username']);?>" />
<br /><?= gettext("Username is required for all types except Namecheap, FreeDNS and Custom Entries.");?>
- <br /><?= gettext("Route 53: Enter your Access Key ID.");?>
- <br /><?= gettext("For Custom Entries, Username and Password represent HTTP Authentication username and passwords.");?>
+ <br /><?= gettext("Route 53: Enter your Access Key ID.");?>
+ <br /><?= gettext("GleSYS: Enter your API user.");?>
+ <br /><?= gettext("For Custom Entries, Username and Password represent HTTP Authentication username and passwords.");?>
</td>
</tr>
<tr>
@@ -369,7 +371,8 @@ function _onTypeChange(type){
<input name="password" type="password" class="formfld pwd" id="password" size="20" value="<?=htmlspecialchars($pconfig['password']);?>" />
<br />
<?=gettext("FreeDNS (freedns.afraid.org): Enter your \"Authentication Token\" provided by FreeDNS.");?>
- <br /><?= gettext("Route 53: Enter your Secret Access Key.");?>
+ <br /><?= gettext("Route 53: Enter your Secret Access Key.");?>
+ <br /><?= gettext("GleSYS: Enter your API key.");?>
</td>
</tr>
OpenPOWER on IntegriCloud