Ver código fonte

Merge pull request #2440 from pyth-network/cprussin/replace-yield-with-rate

chore(insights): replace "Yield" with "Rate"
Connor Prussin 8 meses atrás
pai
commit
460b8fd319
1 arquivos alterados com 8 adições e 8 exclusões
  1. 8 8
      apps/insights/src/components/PriceName/index.tsx

+ 8 - 8
apps/insights/src/components/PriceName/index.tsx

@@ -22,22 +22,22 @@ const getLabels = (assetClass?: string | undefined) => {
 const LABELS = {
   Rates: {
     plural: {
-      upcase: "YIELDS",
-      title: "Yields",
+      upcase: "RATES",
+      title: "Rates",
     },
     singular: {
-      upcase: "YIELD",
-      title: "Yield",
+      upcase: "RATE",
+      title: "Rate",
     },
   },
   ambiguous: {
     plural: {
-      upcase: "PRICES / YIELDS",
-      title: "Prices / Yields",
+      upcase: "PRICES / RATES",
+      title: "Prices / Rates",
     },
     singular: {
-      upcase: "PRICE / YIELD",
-      title: "Price / Yield",
+      upcase: "PRICE / RATE",
+      title: "Price / Rate",
     },
   },
   default: {