Improve FB employee version warning

Summary: Wording was a bit strange.

Reviewed By: passy

Differential Revision: D18063264

fbshipit-source-id: 29fb6f16ba6246f307d956a0309dbd153878a251
This commit is contained in:
John Knox
2019-10-23 02:31:46 -07:00
committed by Facebook Github Bot
parent 80524220b3
commit 96d2669bbb

View File

@@ -46,9 +46,8 @@ export default function WarningEmployee(props: {
<Container> <Container>
<Box> <Box>
<Warning> <Warning>
You are using the open-source version of Flipper. You will get access You are using the open-source version of Flipper. Install the internal
to more plugins. To use the internal version, please install it from build from Managed Software Center to get access to more plugins.
Managed Software Center
</Warning> </Warning>
<AckButton onClick={props.onClick}>Okay</AckButton> <AckButton onClick={props.onClick}>Okay</AckButton>
</Box> </Box>