Skip to content

Commit 460b8fd

Browse files
authored
Merge pull request #2440 from pyth-network/cprussin/replace-yield-with-rate
chore(insights): replace "Yield" with "Rate"
2 parents 2efd545 + f0b9998 commit 460b8fd

File tree

1 file changed

+8
-8
lines changed
  • apps/insights/src/components/PriceName

1 file changed

+8
-8
lines changed

apps/insights/src/components/PriceName/index.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ const getLabels = (assetClass?: string | undefined) => {
2222
const LABELS = {
2323
Rates: {
2424
plural: {
25-
upcase: "YIELDS",
26-
title: "Yields",
25+
upcase: "RATES",
26+
title: "Rates",
2727
},
2828
singular: {
29-
upcase: "YIELD",
30-
title: "Yield",
29+
upcase: "RATE",
30+
title: "Rate",
3131
},
3232
},
3333
ambiguous: {
3434
plural: {
35-
upcase: "PRICES / YIELDS",
36-
title: "Prices / Yields",
35+
upcase: "PRICES / RATES",
36+
title: "Prices / Rates",
3737
},
3838
singular: {
39-
upcase: "PRICE / YIELD",
40-
title: "Price / Yield",
39+
upcase: "PRICE / RATE",
40+
title: "Price / Rate",
4141
},
4242
},
4343
default: {

0 commit comments

Comments
 (0)