guibescos 1 年之前
父节点
当前提交
fbcb16ed90
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 = {