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 @@ -46,7 +46,7 @@ import {
46
46
const moreInfoLabel = nls . localize ( 'arduino/component/moreInfo' , 'More info' ) ;
47
47
const otherVersionsLabel = nls . localize (
48
48
'arduino/component/otherVersions' ,
49
- 'Other versions '
49
+ 'Other Versions '
50
50
) ;
51
51
const installLabel = nls . localize ( 'arduino/component/install' , 'Install' ) ;
52
52
const installLatestLabel = nls . localize (
Original file line number Diff line number Diff line change 167
167
"installVersion" : " Install {0}" ,
168
168
"installed" : " {0} installed" ,
169
169
"moreInfo" : " More info" ,
170
- "otherVersions" : " Other versions " ,
170
+ "otherVersions" : " Other Versions " ,
171
171
"remove" : " Remove" ,
172
172
"title" : " {0} by {1}" ,
173
173
"uninstall" : " Uninstall" ,
You can’t perform that action at this time.
0 commit comments