diff --git a/config/gni/devtools_grd_files.gni b/config/gni/devtools_grd_files.gni index c55ecce0857..e2fe95c759d 100644 --- a/config/gni/devtools_grd_files.gni +++ b/config/gni/devtools_grd_files.gni @@ -191,7 +191,6 @@ grd_files_release_sources = [ "front_end/Images/profile.svg", "front_end/Images/react_native/learn-debugging-basics.jpg", "front_end/Images/react_native/learn-native-debugging.jpg", - "front_end/Images/react_native/learn-react-devtools.jpg", "front_end/Images/react_native/learn-react-native-devtools.jpg", "front_end/Images/react_native/welcomeIcon.png", "front_end/Images/record-start.svg", diff --git a/config/gni/devtools_image_files.gni b/config/gni/devtools_image_files.gni index 9e3ab83133c..694db424a51 100644 --- a/config/gni/devtools_image_files.gni +++ b/config/gni/devtools_image_files.gni @@ -18,7 +18,6 @@ devtools_image_files = [ "popoverArrows.png", "react_native/learn-debugging-basics.jpg", "react_native/learn-native-debugging.jpg", - "react_native/learn-react-devtools.jpg", "react_native/learn-react-native-devtools.jpg", "react_native/welcomeIcon.png", "toolbarResizerVertical.png", diff --git a/front_end/Images/react_native/learn-react-devtools.jpg b/front_end/Images/react_native/learn-react-devtools.jpg deleted file mode 100644 index 123481f6c61..00000000000 Binary files a/front_end/Images/react_native/learn-react-devtools.jpg and /dev/null differ diff --git a/front_end/panels/rn_welcome/RNWelcome.ts b/front_end/panels/rn_welcome/RNWelcome.ts index f9b7afb1e1b..6e9d7035e20 100644 --- a/front_end/panels/rn_welcome/RNWelcome.ts +++ b/front_end/panels/rn_welcome/RNWelcome.ts @@ -29,10 +29,10 @@ const UIStrings = { docsDebuggingBasics: 'Debugging Basics', /** @description "Debugging Basics" item detail */ docsDebuggingBasicsDetail: 'Overview of debugging tools in React Native', - /** @description "React DevTools" title (docs item 2 - pre-launch) */ - docsReactDevTools: 'React DevTools', - /** @description "React DevTools" item detail */ - docsReactDevToolsDetail: 'Debug React components with React DevTools', + /** @description "React Native DevTools" title (docs item 2) */ + docsReactNativeDevTools: 'React Native DevTools', + /** @description "React Native DevTools" item detail */ + docsReactDevToolsDetail: 'Explore features available in React Native DevTools', /** @description "Native Debugging" title (docs item 3) */ docsNativeDebugging: 'Native Debugging', /** @description "Native Debugging" item detail */ @@ -124,7 +124,7 @@ export class RNWelcomeImpl extends UI.Widget.VBox implements import.meta.url, ).toString(); const docsImage2Url = new URL( - '../../Images/react_native/learn-react-devtools.jpg', + '../../Images/react_native/learn-react-native-devtools.jpg', import.meta.url, ).toString(); const docsImage3Url = new URL( @@ -176,15 +176,14 @@ export class RNWelcomeImpl extends UI.Widget.VBox implements

${i18nString(UIStrings.docsDebuggingBasicsDetail)}

- - -