summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorJason D. McCormick <jason@mfamily.org>2017-02-04 12:56:28 -0500
committerJason D. McCormick <jason@mfamily.org>2017-02-04 12:56:28 -0500
commit49f90f17bfaf2422d56160ad06ef5e2513beb1ba (patch)
treef1dc18692aeb9e77a535137966a3a210490a55a5 /src/usr/local
parentac5ee07ee1daef2f43e728895290ca6d11efe0f3 (diff)
downloadpfsense-49f90f17bfaf2422d56160ad06ef5e2513beb1ba.zip
pfsense-49f90f17bfaf2422d56160ad06ef5e2513beb1ba.tar.gz
Update help message for Zone ID for new region requirement
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