We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945a8f4 commit cdae301Copy full SHA for cdae301
arduino-ide-extension/src/browser/widgets/component-list/list-item-renderer.tsx
@@ -59,7 +59,7 @@ export class ListItemRenderer<T extends ArduinoComponent> {
59
className="installed"
60
onClick={onClickUninstall}
61
{...{
62
- install: nls.localize('arduino/component/installed', 'INSTALLED'),
+ install: nls.localize('arduino/component/installed', 'Installed'),
63
uninstall: nls.localize('arduino/component/uninstall', 'Uninstall'),
64
}}
65
/>
i18n/en.json
@@ -145,7 +145,7 @@
145
"by": "by",
146
"filterSearch": "Filter your search...",
147
"install": "INSTALL",
148
- "installed": "INSTALLED",
+ "installed": "Installed",
149
"moreInfo": "More info",
150
"uninstall": "Uninstall",
151
"uninstallMsg": "Do you want to uninstall {0}?",
0 commit comments