We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa49bd commit 93610d9Copy full SHA for 93610d9
1 file changed
front_end/entrypoints/rn_fusebox/FuseboxExperimentsObserver.ts
@@ -21,7 +21,7 @@ const UIStrings = {
21
/**
22
* @description Message for the "settings changed" banner shown when a reload is required for the Network panel.
23
*/
24
- reloadRequiredForNetworkPanelMessage: 'Network panel is now available for dogfooding. Please reload to access it.',
+ reloadRequiredForNetworkPanelMessage: 'The Network panel is now available for dogfooding. Please reload to access it.',
25
} as const;
26
27
const str_ = i18n.i18n.registerUIStrings('entrypoints/rn_fusebox/FuseboxExperimentsObserver.ts', UIStrings);
0 commit comments