We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2efd545 + f0b9998 commit 460b8fdCopy full SHA for 460b8fd
apps/insights/src/components/PriceName/index.tsx
@@ -22,22 +22,22 @@ const getLabels = (assetClass?: string | undefined) => {
22
const LABELS = {
23
Rates: {
24
plural: {
25
- upcase: "YIELDS",
26
- title: "Yields",
+ upcase: "RATES",
+ title: "Rates",
27
},
28
singular: {
29
- upcase: "YIELD",
30
- title: "Yield",
+ upcase: "RATE",
+ title: "Rate",
31
32
33
ambiguous: {
34
35
- upcase: "PRICES / YIELDS",
36
- title: "Prices / Yields",
+ upcase: "PRICES / RATES",
+ title: "Prices / Rates",
37
38
39
- upcase: "PRICE / YIELD",
40
- title: "Price / Yield",
+ upcase: "PRICE / RATE",
+ title: "Price / Rate",
41
42
43
default: {
0 commit comments