Skip to content

Commit

Permalink
feat: update variable rate info tooltip (#2185)
Browse files Browse the repository at this point in the history
  • Loading branch information
NandyBa authored Sep 23, 2024
1 parent 53e3fe3 commit 075ad0d
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 14 deletions.
3 changes: 1 addition & 2 deletions src/components/infoTooltips/VariableAPYTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ export const VariableAPYTooltip = ({ ...rest }: TextWithTooltipProps) => {
return (
<TextWithTooltip {...rest}>
<Trans>
Variable interest rate will <b>fluctuate</b> based on the market conditions. Recommended for
short-term positions.
Variable interest rate will <b>fluctuate</b> based on the market conditions.
</Trans>
</TextWithTooltip>
);
Expand Down
2 changes: 1 addition & 1 deletion src/locales/de/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2970,7 +2970,7 @@ msgid "Variable debt supply is not zero"
msgstr "Variables Schuldenangebot ist nicht Null"

#: src/components/infoTooltips/VariableAPYTooltip.tsx
msgid "Variable interest rate will <0>fluctuate</0> based on the market conditions. Recommended for short-term positions."
msgid "Variable interest rate will <0>fluctuate</0> based on the market conditions."
msgstr "Der variable Zinssatz <0>schwankt</0> je nach Marktbedingungen. Empfohlen für kurzfristige Positionen."

#: src/components/transactions/DebtSwitch/DebtSwitchModalContent.tsx
Expand Down
2 changes: 1 addition & 1 deletion src/locales/el/messages.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/el/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2971,7 +2971,7 @@ msgid "Variable debt supply is not zero"
msgstr "Η προσφορά μεταβλητού χρέους δεν είναι μηδενική"

#: src/components/infoTooltips/VariableAPYTooltip.tsx
msgid "Variable interest rate will <0>fluctuate</0> based on the market conditions. Recommended for short-term positions."
msgid "Variable interest rate will <0>fluctuate</0> based on the market conditions."
msgstr ""

#: src/components/transactions/DebtSwitch/DebtSwitchModalContent.tsx
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/messages.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2965,8 +2965,8 @@ msgid "Variable debt supply is not zero"
msgstr "Variable debt supply is not zero"

#: src/components/infoTooltips/VariableAPYTooltip.tsx
msgid "Variable interest rate will <0>fluctuate</0> based on the market conditions. Recommended for short-term positions."
msgstr "Variable interest rate will <0>fluctuate</0> based on the market conditions. Recommended for short-term positions."
msgid "Variable interest rate will <0>fluctuate</0> based on the market conditions."
msgstr "Variable interest rate will <0>fluctuate</0> based on the market conditions."

#: src/components/transactions/DebtSwitch/DebtSwitchModalContent.tsx
msgid "Variable rate"
Expand Down
2 changes: 1 addition & 1 deletion src/locales/es/messages.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/es/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2970,7 +2970,7 @@ msgid "Variable debt supply is not zero"
msgstr "El suministro de deuda variable no es cero"

#: src/components/infoTooltips/VariableAPYTooltip.tsx
msgid "Variable interest rate will <0>fluctuate</0> based on the market conditions. Recommended for short-term positions."
msgid "Variable interest rate will <0>fluctuate</0> based on the market conditions."
msgstr "La tasa de interés variable <0>fluctuará</0> según las condiciones del mercado. Recomendado para posiciones a corto plazo."

#: src/components/transactions/DebtSwitch/DebtSwitchModalContent.tsx
Expand Down
2 changes: 1 addition & 1 deletion src/locales/fr/messages.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/locales/fr/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2970,7 +2970,7 @@ msgid "Variable debt supply is not zero"
msgstr "L'offre de dette variable n'est pas nulle"

#: src/components/infoTooltips/VariableAPYTooltip.tsx
msgid "Variable interest rate will <0>fluctuate</0> based on the market conditions. Recommended for short-term positions."
msgid "Variable interest rate will <0>fluctuate</0> based on the market conditions."
msgstr "Le taux d’intérêt variable <0>fluctuera</0> en fonction des conditions du marché. Recommandé pour les postes à court terme."

#: src/components/transactions/DebtSwitch/DebtSwitchModalContent.tsx
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ru/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2970,7 +2970,7 @@ msgid "Variable debt supply is not zero"
msgstr "Переменное предложение долга не равно нулю"

#: src/components/infoTooltips/VariableAPYTooltip.tsx
msgid "Variable interest rate will <0>fluctuate</0> based on the market conditions. Recommended for short-term positions."
msgid "Variable interest rate will <0>fluctuate</0> based on the market conditions."
msgstr "Переменная процентная ставка будет <0>колебаться</0> в зависимости от рыночных условий. Рекомендуется для краткосрочных позиций."

#: src/components/transactions/DebtSwitch/DebtSwitchModalContent.tsx
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2970,7 +2970,7 @@ msgid "Variable debt supply is not zero"
msgstr "可变债务供应量不为零"

#: src/components/infoTooltips/VariableAPYTooltip.tsx
msgid "Variable interest rate will <0>fluctuate</0> based on the market conditions. Recommended for short-term positions."
msgid "Variable interest rate will <0>fluctuate</0> based on the market conditions."
msgstr "浮动利率会根据市场情况 <0>而波动</0> 。推荐用于短期头寸。"

#: src/components/transactions/DebtSwitch/DebtSwitchModalContent.tsx
Expand Down

1 comment on commit 075ad0d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.