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: Correct typos in translation keys across locales #10920

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
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const MarketPageTitle: React.FC<React.PropsWithChildren<MarketPageTitleProps>> =
</Heading>
{address && DELIST_COLLECTIONS[address] ? (
<Message variant="danger">
<MessageText>{t('This collection has been inactived for a while. Trade at your own risk.')}</MessageText>
<MessageText>{t('This collection has been inactive for a while. Trade at your own risk.')}</MessageText>
</Message>
) : (
description
Expand Down
2 changes: 1 addition & 1 deletion packages/localization/src/config/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"Click here for more information": "Click here for more information",
"Funds will not be available for withdrawal for the first %days% days, and subsequently an early withdrawal fee will be applied if amount is unstaked before locked period is up. ": "Funds will not be available for withdrawal for the first %days% days, and subsequently an early withdrawal fee will be applied if amount is unstaked before locked period is up. ",
"Your funds have been restaked in the pool": "Your funds have been restaked in the pool",
"This collection has been inactived for a while. Trade at your own risk.": "This collection has been inactived for a while. Trade at your own risk.",
"This collection has been inactive for a while. Trade at your own risk.": "This collection has been inactive for a while. Trade at your own risk.",
"Info": "Info",
"IFO": "IFO",
"More": "More",
Expand Down
Loading