Skip to content

Commit 3d17e0f

Browse files
committed
fixed a typo in sessionIdMessage
1 parent eb7948b commit 3d17e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/panels/rn_welcome/RNWelcome.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const UIStrings = {
2727
/** @description "What's new" link */
2828
whatsNewLabel: "What's new",
2929
/** @description Description for sharing the session ID of the current session with the user */
30-
sessionIdMessage: "[FB-only] The session ID for this React Native DevTools lauch is: ",
30+
sessionIdMessage: "[FB-only] The ID for this React Native DevTools session is:",
3131
/** @description "Debugging Basics" title (docs item 1) */
3232
docsDebuggingBasics: 'Debugging Basics',
3333
/** @description "Debugging Basics" item detail */

0 commit comments

Comments
 (0)