guibescos 1 éve
szülő
commit
fbcb16ed90
1 módosított fájl, 1 hozzáadás és 1 törlés
  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 = {