Skip to content

Commit

Permalink
fix: typo on reveal content modal (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekaartajaya authored Mar 16, 2023
1 parent ea72450 commit a7b8210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const ButtonPayment = ({
{i18n.t('General.Cancel')}
</Button>
<Button variant="contained" color="primary" onClick={handleLogin}>
{i18n.t('Login.Layout.Btn_Signin')}
{i18n.t('General.SignIn')}
</Button>
</div>
</PromptComponent>
Expand Down
2 changes: 1 addition & 1 deletion src/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@
},
"Text": {
"NetworkError": "Payment only available in {{accept}} now you are in {{current}}. Switch network to proceed",
"NotLogin": "This is paid content. Sign in with your crypto wallet to view it.",
"NotLogin": "This is a paid content. Sign in with your crypto wallet to view it.",
"Web2User": "You don’t have any wallet connected to your account. Let’s try to connect your wallet to reveal this exclusive content."
},
"Prompt_Success": {
Expand Down

0 comments on commit a7b8210

Please sign in to comment.