summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason D. McCormick <jason@mfamily.org>2017-03-02 21:19:30 -0500
committerJason D. McCormick <jason@mfamily.org>2017-03-02 21:19:30 -0500
commitc06d14488b4b045d041a3002ca44d96c9ed4a118 (patch)
tree24fd955c5cbc68ef609bca40db193cbde733ec82
parentb2cb736419922a841ec39f562352f673e1a7f33f (diff)
downloadpfsense-c06d14488b4b045d041a3002ca44d96c9ed4a118.zip
pfsense-c06d14488b4b045d041a3002ca44d96c9ed4a118.tar.gz
Revert addition of region to zone field
-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 acff97f..e833351 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -370,7 +370,7 @@ $section->addInput(new Form_Input(
'Zone ID',
'text',
$pconfig['zoneid']
-))->setHelp('Route53: Enter AWS Region and Zone ID in the form REGION/ZONEID (example: "us-east-1/A1B2C3D4E5F6Z").%1$s' .
+))->setHelp('Route53: Enter AWS Zone ID.%1$s' .
'DNSimple: Enter the Record ID of record to update.', '<br />');
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud