File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2257,10 +2257,10 @@ public function return_form($url, $action)
2257
2257
2258
2258
$form->addText(
2259
2259
'display_text',
2260
- [get_lang('Name '), $translateButton]
2260
+ [get_lang('Title '), $translateButton]
2261
2261
);
2262
2262
} else {
2263
- $form->addText('display_text', get_lang('Name '));
2263
+ $form->addText('display_text', get_lang('Title '));
2264
2264
}
2265
2265
2266
2266
// Field type
@@ -2274,7 +2274,14 @@ public function return_form($url, $action)
2274
2274
['id' => 'field_type']
2275
2275
);
2276
2276
$form->addLabel(get_lang('Example'), '<div id="example">-</div>');
2277
- $form->addText('variable', get_lang('FieldLabel'), false);
2277
+ $form->addElement(
2278
+ 'text',
2279
+ 'variable',
2280
+ [
2281
+ get_lang('SysId'),
2282
+ get_lang('ExtraFieldIdComment')
2283
+ ]
2284
+ );
2278
2285
$form->addElement(
2279
2286
'text',
2280
2287
'field_options',
You can’t perform that action at this time.
0 commit comments