diff --git a/desktop/flipper-server-core/src/FlipperServerImpl.tsx b/desktop/flipper-server-core/src/FlipperServerImpl.tsx index 40bccc9b5..19f6295f1 100644 --- a/desktop/flipper-server-core/src/FlipperServerImpl.tsx +++ b/desktop/flipper-server-core/src/FlipperServerImpl.tsx @@ -93,7 +93,7 @@ export class FlipperServerImpl implements FlipperServer { description: medium === 'WWW' ? `Verify that both your computer and mobile device are on Lighthouse/VPN that you are logged in to Facebook Intern so that certificates can be exhanged. See: https://fburl.com/flippervpn` - : 'Verify that your client is connected to Flipper and that there is no error related to idb.', + : 'Verify that your client is connected to Flipper and that there is no error related to idb or adb.', }); }, );