summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_checkip_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/services_checkip_edit.php')
-rw-r--r--src/usr/local/www/services_checkip_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_checkip_edit.php b/src/usr/local/www/services_checkip_edit.php
index e1b1c7d..250bff5 100644
--- a/src/usr/local/www/services_checkip_edit.php
+++ b/src/usr/local/www/services_checkip_edit.php
@@ -157,14 +157,14 @@ $section->addInput(new Form_Checkbox(
$section->addInput(new Form_Input(
'name',
- 'Name',
+ '*Name',
'text',
$pconfig['name']
))->setHelp('The name of the service may only consist of the characters "a-z, A-Z, 0-9 and _".');
$section->addInput(new Form_Input(
'url',
- 'URL',
+ '*URL',
'text',
$pconfig['url']
));
OpenPOWER on IntegriCloud