Skip to content

Commit

Permalink
fix: clarify compliance check message (#4232)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipviz authored Jan 23, 2024
1 parent b104576 commit 11e9258
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/hooks/v2v3/usePayProjectDisabled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function usePayProjectDisabled(): {
return {
...disabled,
reason: PayDisabledReason.OFAC,
message: t`You can't pay this project because your wallet address failed the compliance check.`,
message: t`You can't pay this project because your wallet address failed a compliance check set up by the project owner.`,
}
}

Expand Down
6 changes: 3 additions & 3 deletions src/locales/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2243,9 +2243,6 @@ msgstr ""
msgid "Highest paid"
msgstr ""

msgid "You can't pay this project because your wallet address failed the compliance check."
msgstr ""

msgid "Community owned"
msgstr ""

Expand Down Expand Up @@ -3686,6 +3683,9 @@ msgstr ""
msgid "This project has disabled payments"
msgstr ""

msgid "You can't pay this project because your wallet address failed a compliance check set up by the project owner."
msgstr ""

msgid "No tokens to redeem."
msgstr ""

Expand Down

2 comments on commit 11e9258

@vercel
Copy link

@vercel vercel bot commented on 11e9258 Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

juice-interface – ./

juice-interface-git-main-peel.vercel.app
juice-interface-peel.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 11e9258 Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.