Skip to content

Commit 8c973ab

Browse files
author
Akos Kitta
committed
fix: Other Versions menu item label
Signed-off-by: Akos Kitta <[email protected]>
1 parent 1d2de77 commit 8c973ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: arduino-ide-extension/src/browser/widgets/component-list/list-item-renderer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import {
4646
const moreInfoLabel = nls.localize('arduino/component/moreInfo', 'More info');
4747
const otherVersionsLabel = nls.localize(
4848
'arduino/component/otherVersions',
49-
'Other versions'
49+
'Other Versions'
5050
);
5151
const installLabel = nls.localize('arduino/component/install', 'Install');
5252
const installLatestLabel = nls.localize(

Diff for: i18n/en.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
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",

0 commit comments

Comments
 (0)