We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32ec93 commit fbcb16eCopy full SHA for fbcb16e
apps/staking/src/components/Blocked/index.tsx
@@ -5,7 +5,7 @@ export const RegionBlocked = () => (
5
);
6
7
export const VpnBlocked = () => (
8
- <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." />
9
10
11
type Props = {
0 commit comments