Use common language strings in blueprints
This commit is contained in:
		
							parent
							
								
									ad9ae0a0c0
								
							
						
					
					
						commit
						bacbbd1b57
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -21,11 +21,11 @@ form:
 | 
				
			||||||
  fields:
 | 
					  fields:
 | 
				
			||||||
    enabled:
 | 
					    enabled:
 | 
				
			||||||
      type: toggle
 | 
					      type: toggle
 | 
				
			||||||
      label: Plugin status
 | 
					      label: PLUGIN_ADMIN.PLUGIN_STATUS
 | 
				
			||||||
      highlight: 1
 | 
					      highlight: 1
 | 
				
			||||||
      default: 0
 | 
					      default: 0
 | 
				
			||||||
      options:
 | 
					      options:
 | 
				
			||||||
        1: Enabled
 | 
					        1: PLUGIN_ADMIN.ENABLED
 | 
				
			||||||
        0: Disabled
 | 
					        0: PLUGIN_ADMIN.DISABLED
 | 
				
			||||||
      validate:
 | 
					      validate:
 | 
				
			||||||
        type: bool
 | 
					        type: bool
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue