diff --git a/webui/src/components/vaultinfo/EligibilityCheck.tsx b/webui/src/components/vaultinfo/EligibilityCheck.tsx index 644b2aa..580dc2f 100644 --- a/webui/src/components/vaultinfo/EligibilityCheck.tsx +++ b/webui/src/components/vaultinfo/EligibilityCheck.tsx @@ -40,7 +40,7 @@ const EligibilityCheck = (): React.ReactElement => { if(tokenBalance.data == 0) { return (
- Sorry, your wallet ({address}) is not authorized to request funds from the FundingVault. + Sorry, your wallet ({address}) is not authorized to request funds from the FundingVault. Have you applied for a grant already?
) } @@ -61,4 +61,4 @@ const Loading = (props: {text: string}) => { ) } -export default EligibilityCheck; \ No newline at end of file +export default EligibilityCheck;