From 49f90f17bfaf2422d56160ad06ef5e2513beb1ba Mon Sep 17 00:00:00 2001 From: "Jason D. McCormick" Date: Sat, 4 Feb 2017 12:56:28 -0500 Subject: Update help message for Zone ID for new region requirement --- src/usr/local/www/services_dyndns_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local') 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.' . '
' . +))->setHelp('Route53: Enter AWS Region and Zone ID in the form REGION/ZONEID (example: "us-east-1/A1B2C3D4E5F6Z").' . '
' . 'DNSimple: Enter the Record ID of record to update.'); $section->addInput(new Form_Input( -- cgit v1.1