mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-19 22:34:15 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user