From 5f3f7df4f368ee6d841939808de7903def70ddf6 Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Thu, 13 Jun 2024 17:22:30 +0200 Subject: [PATCH] Update EligibilityCheck.tsx Signed-off-by: Barnabas Busa --- webui/src/components/vaultinfo/EligibilityCheck.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;