guibescos hace 1 año
padre
commit
fbcb16ed90
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = {