summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-07 09:34:14 -0200
committerRenato Botelho <renato@netgate.com>2017-02-07 09:34:14 -0200
commit7a9e04708367c58aaf62d153f7d5ace6baa1f0b1 (patch)
treee2085b1eb1cda7414821fe8c7d0fe69298954c4f /src/usr/local
parent07850c918106ef7bf56db9d895f413966d719b36 (diff)
parent4ff3ad478042f8ec880325c5464d6543c54fef19 (diff)
downloadpfsense-7a9e04708367c58aaf62d153f7d5ace6baa1f0b1.zip
pfsense-7a9e04708367c58aaf62d153f7d5ace6baa1f0b1.tar.gz
Merge pull request #3473 from jxmx/7206_route53
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/services_dyndns_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php
index eeaacb1..292590f 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -376,7 +376,7 @@ $section->addInput(new Form_Input(
'Zone ID',
'text',
$pconfig['zoneid']
-))->setHelp('Enter Zone ID that was received when creating the domain in Route 53.' . '<br />' .
+))->setHelp('Route53: Enter AWS Region and Zone ID in the form REGION/ZONEID (example: "us-east-1/A1B2C3D4E5F6Z").' . '<br />' .
'DNSimple: Enter the Record ID of record to update.');
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud