summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns_edit.php
diff options
context:
space:
mode:
authorMcB <mcb@crystal.makkbe.net>2015-02-03 20:21:35 +0100
committerMcB <mcb@crystal.makkbe.net>2015-02-03 20:21:35 +0100
commit68fde79cb5cc397315a45ddee41f88b12a04b28f (patch)
treecd06b932313fd139f1f4f61f39d36f3af16abcb5 /usr/local/www/services_dyndns_edit.php
parent197cf4331e351d2bd20b5e67937297bfa693a344 (diff)
downloadpfsense-68fde79cb5cc397315a45ddee41f88b12a04b28f.zip
pfsense-68fde79cb5cc397315a45ddee41f88b12a04b28f.tar.gz
Fixed alignment issue.
Diffstat (limited to 'usr/local/www/services_dyndns_edit.php')
-rw-r--r--usr/local/www/services_dyndns_edit.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/services_dyndns_edit.php b/usr/local/www/services_dyndns_edit.php
index 2545b4e..106064a 100644
--- a/usr/local/www/services_dyndns_edit.php
+++ b/usr/local/www/services_dyndns_edit.php
@@ -360,9 +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("GleSYS: Enter your API user.");?>
- <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>
@@ -371,8 +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("GleSYS: Enter your API key.");?>
+ <br /><?= gettext("Route 53: Enter your Secret Access Key.");?>
+ <br /><?= gettext("GleSYS: Enter your API key.");?>
</td>
</tr>
OpenPOWER on IntegriCloud