guibescos 1 year ago
parent
commit
fbcb16ed90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/staking/src/components/Blocked/index.tsx

+ 1 - 1
apps/staking/src/components/Blocked/index.tsx

@@ -5,7 +5,7 @@ export const RegionBlocked = () => (
 );
 
 export const VpnBlocked = () => (
-  <Blocked reason="You cannot access this app via a VPN.  Please disable your VPN and try aagin." />
+  <Blocked reason="You cannot access this app via a VPN.  Please disable your VPN and try again." />
 );
 
 type Props = {