8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdecad commit 345d6beCopy full SHA for 345d6be
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