Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: clarify compliance check message #4232

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading