We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Other Versions
1 parent 1d2de77 commit 8c973abCopy full SHA for 8c973ab
arduino-ide-extension/src/browser/widgets/component-list/list-item-renderer.tsx
@@ -46,7 +46,7 @@ import {
46
const moreInfoLabel = nls.localize('arduino/component/moreInfo', 'More info');
47
const otherVersionsLabel = nls.localize(
48
'arduino/component/otherVersions',
49
- 'Other versions'
+ 'Other Versions'
50
);
51
const installLabel = nls.localize('arduino/component/install', 'Install');
52
const installLatestLabel = nls.localize(
i18n/en.json
@@ -167,7 +167,7 @@
167
"installVersion": "Install {0}",
168
"installed": "{0} installed",
169
"moreInfo": "More info",
170
- "otherVersions": "Other versions",
+ "otherVersions": "Other Versions",
171
"remove": "Remove",
172
"title": "{0} by {1}",
173
"uninstall": "Uninstall",
0 commit comments