File tree 1 file changed +2
-3
lines changed
arduino-ide-extension/src/browser/contributions
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 {
36
36
const ideStatus = FrontendApplicationConfigProvider . get ( ) [ 'status' ] ;
37
37
const { version, commit, status : cliStatus } = await this . configService . getVersion ( ) ;
38
38
const buildDate = this . buildDate ;
39
- const detail = ( useAgo : boolean ) => `
40
- Version: ${ remote . app . getVersion ( ) }
39
+ const detail = ( useAgo : boolean ) => `Version: ${ remote . app . getVersion ( ) }
41
40
Date: ${ buildDate ? buildDate : 'dev build' } ${ buildDate && useAgo ? ` (${ this . ago ( buildDate ) } )` : '' }
42
41
CLI Version: ${ version } ${ cliStatus ? ` ${ cliStatus } ` : '' } [${ commit } ]
43
42
44
- Copyright © ${ new Date ( ) . getFullYear ( ) } Arduino SA
43
+ Copyright © ${ new Date ( ) . getFullYear ( ) } Arduino SA
45
44
` ;
46
45
const ok = 'OK' ;
47
46
const copy = 'Copy' ;
You can’t perform that action at this time.
0 commit comments