File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
arduino-ide-extension/src/browser/widgets/component-list Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export class ListItemRenderer<T extends ArduinoComponent> {
5959          className = "installed" 
6060          onClick = { onClickUninstall } 
6161          { ...{ 
62-             install : nls . localize ( 'arduino/component/installed' ,  'INSTALLED ' ) , 
62+             install : nls . localize ( 'arduino/component/installed' ,  'Installed ' ) , 
6363            uninstall : nls . localize ( 'arduino/component/uninstall' ,  'Uninstall' ) , 
6464          } } 
6565        /> 
Original file line number Diff line number Diff line change 145145      "by" : " by" 
146146      "filterSearch" : " Filter your search..." 
147147      "install" : " INSTALL" 
148-       "installed" : " INSTALLED " 
148+       "installed" : " Installed " 
149149      "moreInfo" : " More info" 
150150      "uninstall" : " Uninstall" 
151151      "uninstallMsg" : " Do you want to uninstall {0}?" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments