diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-02-09 09:22:34 -0200 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-02-09 09:22:34 -0200 |
commit | 2b704ea9d2b5f0588da1a9bd8290c3e6db2adb1d (patch) | |
tree | 4418ca5cd16a81dfc3e2627a4438f1239e49b995 /usr | |
parent | 6d5d965875ea7e26b8e9113ce8281ccbb3da7a74 (diff) | |
parent | f8b5f41d7a12d36dba6851ce252cdc7fc6a70582 (diff) | |
download | pfsense-2b704ea9d2b5f0588da1a9bd8290c3e6db2adb1d.zip pfsense-2b704ea9d2b5f0588da1a9bd8290c3e6db2adb1d.tar.gz |
Merge pull request #1469 from makkbe/master
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/services_dyndns_edit.php | 11 |
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> |