From bf9415834f0bf1809cae5d59e2195e2cc1dfdccf Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Wed, 21 Aug 2019 14:28:57 -0700 Subject: [PATCH] Fixed outdated extension popup wording --- shells/browser/shared/popups/deadcode.html | 2 +- shells/browser/shared/popups/development.html | 2 +- shells/browser/shared/popups/outdated.html | 2 +- shells/browser/shared/popups/production.html | 2 +- shells/browser/shared/popups/unminified.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/shells/browser/shared/popups/deadcode.html b/shells/browser/shared/popups/deadcode.html index 5e74dc06c4..cdd4c278e8 100644 --- a/shells/browser/shared/popups/deadcode.html +++ b/shells/browser/shared/popups/deadcode.html @@ -28,5 +28,5 @@


- Open the developer tools, and the React tab will appear to the right. + Open the developer tools, and "Components" and "Profiler" tabs will appear to the right.

diff --git a/shells/browser/shared/popups/development.html b/shells/browser/shared/popups/development.html index 9c2089cc2f..3d092a5eb6 100644 --- a/shells/browser/shared/popups/development.html +++ b/shells/browser/shared/popups/development.html @@ -24,5 +24,5 @@


- Open the developer tools, and the React tab will appear to the right. + Open the developer tools, and "Components" and "Profiler" tabs will appear to the right.

diff --git a/shells/browser/shared/popups/outdated.html b/shells/browser/shared/popups/outdated.html index a6ec12bcaf..8f3f3f9508 100644 --- a/shells/browser/shared/popups/outdated.html +++ b/shells/browser/shared/popups/outdated.html @@ -25,5 +25,5 @@


- Open the developer tools, and the React tab will appear to the right. + Open the developer tools, and "Components" and "Profiler" tabs will appear to the right.

diff --git a/shells/browser/shared/popups/production.html b/shells/browser/shared/popups/production.html index 1b65eb5b21..7b92841c6c 100644 --- a/shells/browser/shared/popups/production.html +++ b/shells/browser/shared/popups/production.html @@ -17,5 +17,5 @@

This page is using the production build of React. ✅
- Open the developer tools, and the React tab will appear to the right. + Open the developer tools, and "Components" and "Profiler" tabs will appear to the right.

diff --git a/shells/browser/shared/popups/unminified.html b/shells/browser/shared/popups/unminified.html index 553c9ac6ac..c53885f509 100644 --- a/shells/browser/shared/popups/unminified.html +++ b/shells/browser/shared/popups/unminified.html @@ -27,5 +27,5 @@


- Open the developer tools, and the React tab will appear to the right. + Open the developer tools, and "Components" and "Profiler" tabs will appear to the right.