summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoreyJhb <eyJhbb@gmail.com>2017-08-10 12:39:14 +0200
committereyJhb <eyJhbb@gmail.com>2017-08-10 12:42:28 +0200
commit5b194e166ad259475e66606fc16a70864f127265 (patch)
tree515eb4495b7aac4c35c3d572cd5eb09cd6c7d499 /src
parente78d59403b45d7a5b1ea4e4bdfcfbe7a2a65f77a (diff)
downloadpfsense-5b194e166ad259475e66606fc16a70864f127265.zip
pfsense-5b194e166ad259475e66606fc16a70864f127265.tar.gz
dyndns: added password help text for cloudflare
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_dyndns_edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php
index f622c36..beaa58e 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -370,7 +370,8 @@ $section->addPassword(new Form_Input(
'Route 53: Enter the Secret Access Key.%1$s' .
'GleSYS: Enter the API key.%1$s' .
'Dreamhost: Enter the API Key.%1$s' .
- 'DNSimple: Enter the API token.', '<br />');
+ 'DNSimple: Enter the API token.%1$s' .
+ 'CloudFlare: Enter the Global API Key.', '<br />');
$section->addInput(new Form_Input(
'zoneid',
OpenPOWER on IntegriCloud