Skip to content

Commit

Permalink
chore: fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka committed Sep 6, 2023
1 parent 27405de commit 4da67d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/transactions/FlowCommons/Error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const TxErrorView = ({ txError }: { txError: TxErrorType }) => {
<Typography>
<Trans>
You can report incident to our{' '}
<Link href="https://discord.com/invite/aave">Discord</Link> or{' '}
<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

0 comments on commit 4da67d2

Please sign in to comment.