summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_keys_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_keys_edit.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_keys_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/vpn_ipsec_keys_edit.php b/src/usr/local/www/vpn_ipsec_keys_edit.php
index 13e36ad..c5c515c 100644
--- a/src/usr/local/www/vpn_ipsec_keys_edit.php
+++ b/src/usr/local/www/vpn_ipsec_keys_edit.php
@@ -134,21 +134,21 @@ $section = new Form_Section('Edit Pre-Shared-Secret');
$section->addInput(new Form_Input(
'ident',
- 'Identifier',
+ '*Identifier',
'text',
$pconfig['ident']
))->setHelp('This can be either an IP address, fully qualified domain name or an e-mail address.');
$section->addInput(new Form_Select(
'type',
- 'Secret type',
+ '*Secret type',
$pconfig['type'],
$ipsec_preshared_key_type
))->setWidth(2);
$section->addInput(new Form_Input(
'psk',
- 'Pre-Shared Key',
+ '*Pre-Shared Key',
'text',
$pconfig['psk']
));
OpenPOWER on IntegriCloud