diff --git a/apps/web/src/views/Nft/market/components/MarketPageTitle.tsx b/apps/web/src/views/Nft/market/components/MarketPageTitle.tsx index ad43cf2d2114a..c2a5c5ba83cec 100644 --- a/apps/web/src/views/Nft/market/components/MarketPageTitle.tsx +++ b/apps/web/src/views/Nft/market/components/MarketPageTitle.tsx @@ -31,7 +31,7 @@ const MarketPageTitle: React.FC> = {address && DELIST_COLLECTIONS[address] ? ( - {t('This collection has been inactived for a while. Trade at your own risk.')} + {t('This collection has been inactive for a while. Trade at your own risk.')} ) : ( description diff --git a/packages/localization/src/config/translations.json b/packages/localization/src/config/translations.json index 874eda0bab492..457f12d9834b3 100644 --- a/packages/localization/src/config/translations.json +++ b/packages/localization/src/config/translations.json @@ -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",