From bd0a0c58fdb2a01c45d07dc08398aab206371a2f Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Thu, 18 Jul 2019 16:26:27 -0700 Subject: [PATCH] Tweaked modal title to better fit without wrapping --- src/devtools/views/WarnIfLegacyBackendDetected.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devtools/views/WarnIfLegacyBackendDetected.js b/src/devtools/views/WarnIfLegacyBackendDetected.js index 79dd8978cd..22acd939cb 100644 --- a/src/devtools/views/WarnIfLegacyBackendDetected.js +++ b/src/devtools/views/WarnIfLegacyBackendDetected.js @@ -25,7 +25,7 @@ export default function WarnIfLegacyBackendDetected(_: {||}) { canBeDismissed: false, type: 'SHOW', title: - 'React DevTools v4 is incompatible with this version of React', + 'DevTools v4 is incompatible with this version of React', content: , });