File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed 
arduino-ide-extension/src/browser/contributions Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,11 @@ export class About extends Contribution {
3636        const  ideStatus  =  FrontendApplicationConfigProvider . get ( ) [ 'status' ] ; 
3737        const  {  version,  commit,  status : cliStatus  }  =  await  this . configService . getVersion ( ) ; 
3838        const  buildDate  =  this . buildDate ; 
39-         const  detail  =  ( useAgo : boolean )  =>  ` 
40- Version: ${ remote . app . getVersion ( ) }  
39+         const  detail  =  ( useAgo : boolean )  =>  `Version: ${ remote . app . getVersion ( ) }  
4140Date: ${ buildDate  ? buildDate  : 'dev build' } ${ buildDate  &&  useAgo  ? ` (${ this . ago ( buildDate ) }  )`  : '' }  
4241CLI Version: ${ version } ${ cliStatus  ? ` ${ cliStatus }  `  : '' }   [${ commit }  ] 
4342
44- Copyright © ${ new  Date ( ) . getFullYear ( ) }   Arduino SA   
43+ Copyright © ${ new  Date ( ) . getFullYear ( ) }   Arduino SA 
4544` ; 
4645        const  ok  =  'OK' ; 
4746        const  copy  =  'Copy' ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments