fix: rename "Manage Extensions" label to "Extensions" (#8681)

## Summary

Rename the manager button label from "Manage Extensions" to "Extensions"
in both the `menu` and `commands` i18n sections.

## Changes

Updated `manageExtensions` value in `src/locales/en/main.json` (both
`menu` and `commands` sections).

- Fixes follow-up from #8644

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-8681-fix-rename-Manage-Extensions-label-to-Extensions-2ff6d73d365081c9aef5c94f745299f6)
by [Unito](https://www.unito.io)
This commit is contained in:
Christian Byrne
2026-02-12 01:36:07 -08:00
committed by GitHub
parent 553ea63357
commit c0c81dba49

View File

@@ -898,7 +898,7 @@
"theme": "Theme",
"dark": "Dark",
"light": "Light",
"manageExtensions": "Manage Extensions",
"manageExtensions": "Extensions",
"customNodesManager": "Custom Nodes Manager",
"settings": "Settings",
"help": "Help",
@@ -1102,7 +1102,7 @@
"theme": "Theme",
"dark": "Dark",
"light": "Light",
"manageExtensions": "Manage Extensions",
"manageExtensions": "Extensions",
"settings": "Settings",
"help": "Help",
"queue": "Queue Panel"