@kodiak-finance/orderly-trading-leaderboard 2.8.19 → 2.8.21-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -3440,7 +3440,7 @@ var LeaderboardTabs = (props) => {
3440
3440
  showPoints && /* @__PURE__ */ jsx(
3441
3441
  TabPanel,
3442
3442
  {
3443
- title: t("common.points"),
3443
+ title: t("tradingLeaderboard.points"),
3444
3444
  value: "points" /* Points */
3445
3445
  }
3446
3446
  )