Skip to content

Commit

Permalink
chore: fix text [skip cypress] (#2207)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka authored Oct 14, 2024
1 parent 6e966fb commit 3e89d74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/locales/en/messages.js

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions src/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -1416,14 +1416,11 @@ msgstr "Linked addresses"
msgid "Links"
msgstr "Links"

#: src/modules/history/HistoryFilterMenu.tsx
msgid "Liqudation"
msgstr "Liqudation"

#: src/modules/history/actions/ActionDetails.tsx
msgid "Liquidated collateral"
msgstr "Liquidated collateral"

#: src/modules/history/HistoryFilterMenu.tsx
#: src/modules/history/actions/ActionDetails.tsx
msgid "Liquidation"
msgstr "Liquidation"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/history/HistoryFilterMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const FilterLabel: React.FC<FilterLabelProps> = ({ filter }) => {
case FilterOptions.COLLATERALCHANGE:
return <Trans>Collateral change</Trans>;
case FilterOptions.LIQUIDATION:
return <Trans>Liqudation</Trans>;
return <Trans>Liquidation</Trans>;
}
};

Expand Down

2 comments on commit 3e89d74

@github-actions
Copy link

Choose a reason for hiding this comment

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

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

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

This commit was deployed on ipfs

Please sign in to comment.