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)
22572257
22582258            $ formaddText (
22592259                'display_text ' ,
2260-                 [get_lang ('Name ' ), $ translateButton
2260+                 [get_lang ('Title ' ), $ translateButton
22612261            );
22622262        } else  {
2263-             $ formaddText ('display_text ' , get_lang ('Name ' ));
2263+             $ formaddText ('display_text ' , get_lang ('Title ' ));
22642264        }
22652265
22662266        // Field type 
@@ -2274,7 +2274,14 @@ public function return_form($url, $action)
22742274            ['id '  => 'field_type ' ]
22752275        );
22762276        $ formaddLabel (get_lang ('Example ' ), '<div id="example">-</div> ' );
2277-         $ formaddText ('variable ' , get_lang ('FieldLabel ' ), false );
2277+         $ formaddElement (
2278+             'text ' ,
2279+             'variable ' ,
2280+             [
2281+                 get_lang ('SysId ' ),
2282+                 get_lang ('ExtraFieldIdComment ' )
2283+             ]
2284+         );
22782285        $ formaddElement (
22792286            'text ' ,
22802287            'field_options ' ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments