@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.js CHANGED
@@ -3442,7 +3442,7 @@ var LeaderboardTabs = (props) => {
3442
3442
  showPoints && /* @__PURE__ */ jsxRuntime.jsx(
3443
3443
  orderlyUi.TabPanel,
3444
3444
  {
3445
- title: t("common.points"),
3445
+ title: t("tradingLeaderboard.points"),
3446
3446
  value: "points" /* Points */
3447
3447
  }
3448
3448
  )