summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason D. McCormick <jason@mfamily.org>2017-02-04 12:56:28 -0500
committerRenato Botelho <renato@netgate.com>2017-02-07 09:35:14 -0200
commiteaa726b593fc5e5aad97ab06e98a1a1ac3762981 (patch)
tree9dd0b568c82205ced1bfc2d16bbb6569041b0e41 /src
parent3d7921e89cd05a6913c5b0833e5cbdd371b34397 (diff)
downloadpfsense-eaa726b593fc5e5aad97ab06e98a1a1ac3762981.zip
pfsense-eaa726b593fc5e5aad97ab06e98a1a1ac3762981.tar.gz
Update help message for Zone ID for new region requirement
(cherry picked from commit 49f90f17bfaf2422d56160ad06ef5e2513beb1ba)
Diffstat (limited to 'src')
-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 fe86760..b0f58ac 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -407,7 +407,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