guibescos 1 yıl önce
ebeveyn
işleme
fbcb16ed90
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 = {