From c0c81dba49ceab07d56350b33f0b350e632704d3 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Thu, 12 Feb 2026 01:36:07 -0800 Subject: [PATCH] fix: rename "Manage Extensions" label to "Extensions" (#8681) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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) --- src/locales/en/main.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/en/main.json b/src/locales/en/main.json index c3de043059..4681dd5b68 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -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"