Skip to content

Commit ff2fbcf

Browse files
authored
fix: apr to apy (#2623)
1 parent 535c33d commit ff2fbcf

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/components/incentives/MerklIncentivesTooltipContent.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export const MerklIncentivesTooltipContent = ({
124124
variant={typographyVariant}
125125
/>
126126
<Typography variant={typographyVariant} sx={{ ml: 1 }}>
127-
<Trans>APR</Trans>
127+
<Trans>APY</Trans>
128128
</Typography>
129129
</Box>
130130
</Row>
@@ -167,7 +167,7 @@ export const MerklIncentivesTooltipContent = ({
167167
variant={typographyVariant}
168168
/>
169169
<Typography variant={typographyVariant} sx={{ ml: 1 }}>
170-
<Trans>APR</Trans>
170+
<Trans>APY</Trans>
171171
</Typography>
172172
</Box>
173173
</Row>
@@ -227,7 +227,7 @@ export const MerklIncentivesTooltipContent = ({
227227
variant={typographyVariant}
228228
/>
229229
<Typography variant={typographyVariant} sx={{ ml: 1 }}>
230-
<Trans>APR</Trans>
230+
<Trans>APY</Trans>
231231
</Typography>
232232
</Box>
233233
</Row>

src/locales/en/messages.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,6 @@ msgstr "Switch Network"
500500

501501
#: src/components/incentives/IncentivesTooltipContent.tsx
502502
#: src/components/incentives/IncentivesTooltipContent.tsx
503-
#: src/components/incentives/MerklIncentivesTooltipContent.tsx
504-
#: src/components/incentives/MerklIncentivesTooltipContent.tsx
505-
#: src/components/incentives/MerklIncentivesTooltipContent.tsx
506503
#: src/components/transactions/SavingsGho/SavingsGhoModalDepositContent.tsx
507504
#: src/modules/reserve-overview/Gho/SavingsGho.tsx
508505
msgid "APR"
@@ -3277,6 +3274,9 @@ msgstr "Amount must be greater than 0"
32773274
msgid "Selected supply assets"
32783275
msgstr "Selected supply assets"
32793276

3277+
#: src/components/incentives/MerklIncentivesTooltipContent.tsx
3278+
#: src/components/incentives/MerklIncentivesTooltipContent.tsx
3279+
#: src/components/incentives/MerklIncentivesTooltipContent.tsx
32803280
#: src/components/incentives/MerklIncentivesTooltipContent.tsx
32813281
#: src/components/incentives/MerklIncentivesTooltipContent.tsx
32823282
#: src/modules/dashboard/lists/BorrowedPositionsList/BorrowedPositionsList.tsx

0 commit comments

Comments
 (0)