We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bc9db commit ab90afaCopy full SHA for ab90afa
1 file changed
source/import/components/steps/PostInstall.tsx
@@ -19,7 +19,8 @@ const SubgraphWarningMessage: FC = () => (
19
padding={1}
20
>
21
<Text color={'yellow'}>
22
- <Text bold>WARNING:</Text> You <Text bold>MUST</Text> finish subgraph configuration manually
+ <Text bold>WARNING:</Text> You <Text bold>MUST</Text> finish the subgraph's configuration
23
+ manually
24
</Text>
25
</Box>
26
<Text bold>Follow these steps:</Text>
0 commit comments