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 {
4646const moreInfoLabel = nls . localize ( 'arduino/component/moreInfo' , 'More info' ) ;
4747const otherVersionsLabel = nls . localize (
4848 'arduino/component/otherVersions' ,
49- 'Other versions '
49+ 'Other Versions '
5050) ;
5151const installLabel = nls . localize ( 'arduino/component/install' , 'Install' ) ;
5252const installLatestLabel = nls . localize (
Original file line number Diff line number Diff line change 167167 "installVersion" : " Install {0}" ,
168168 "installed" : " {0} installed" ,
169169 "moreInfo" : " More info" ,
170- "otherVersions" : " Other versions " ,
170+ "otherVersions" : " Other Versions " ,
171171 "remove" : " Remove" ,
172172 "title" : " {0} by {1}" ,
173173 "uninstall" : " Uninstall" ,
You can’t perform that action at this time.
0 commit comments