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

Chore/discord link [skip cypress] #1776

Merged
merged 4 commits into from
Sep 6, 2023
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
5 changes: 3 additions & 2 deletions src/components/transactions/FlowCommons/Error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ export const TxErrorView = ({ txError }: { txError: TxErrorType }) => {

<Typography>
<Trans>
You can report incident to our <Link href="https://discord.gg/7kHKnkDEUf">Discord</Link>{' '}
or <Link href="https://github.com/aave/interface">Github</Link>.
You can report incident to our{' '}
Copy link
Contributor

@miguelmtzinf miguelmtzinf Sep 6, 2023

Choose a reason for hiding this comment

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

Suggested change
You can report incident to our{' '}
You can report incident to our

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

its auto formatted from prettier config

<Link href="https://discord.com/invite/aave">Discord</Link> or
<Link href="https://github.com/aave/interface">Github</Link>.
</Trans>
</Typography>

Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/messages.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2921,8 +2921,8 @@ msgid "You can only withdraw your assets from the Security Module after the cool
msgstr "You can only withdraw your assets from the Security Module after the cooldown period ends and the unstake window is active."

#: src/components/transactions/FlowCommons/Error.tsx
msgid "You can report incident to our <0>Discord</0> or <1>Github</1>."
msgstr "You can report incident to our <0>Discord</0> or <1>Github</1>."
msgid "You can report incident to our <0>Discord</0> or<1>Github</1>."
msgstr "You can report incident to our <0>Discord</0> or<1>Github</1>."

#: src/ui-config/errorMapping.tsx
msgid "You cancelled the transaction."
Expand Down