diff --git a/packages/shell-chrome/src/devtools-background.js b/packages/shell-chrome/src/devtools-background.js index 69aeb183b..6ba4e78e4 100644 --- a/packages/shell-chrome/src/devtools-background.js +++ b/packages/shell-chrome/src/devtools-background.js @@ -24,7 +24,7 @@ function createPanelIfHasVue() { clearInterval(checkVueInterval) created = true chrome.devtools.panels.create( - 'Vue', + 'Vue (Legacy)', 'icons/128.png', 'devtools.html', (panel) => { diff --git a/packages/shell-firefox/src/devtools-background.js b/packages/shell-firefox/src/devtools-background.js index 69aeb183b..6ba4e78e4 100644 --- a/packages/shell-firefox/src/devtools-background.js +++ b/packages/shell-firefox/src/devtools-background.js @@ -24,7 +24,7 @@ function createPanelIfHasVue() { clearInterval(checkVueInterval) created = true chrome.devtools.panels.create( - 'Vue', + 'Vue (Legacy)', 'icons/128.png', 'devtools.html', (panel) => {