Browse Source

Bugfix/fix localization in X-ray rule (#6333)

* Fix localization
pull/6334/head
Thomas Kaul 2 weeks ago
committed by GitHub
parent
commit
09968bda7d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/client/src/app/pages/i18n/i18n-page.html

2
apps/client/src/app/pages/i18n/i18n-page.html

@ -149,7 +149,7 @@
<li i18n="@@rule.emergencyFundSetup.true"> <li i18n="@@rule.emergencyFundSetup.true">
An emergency fund has been set up An emergency fund has been set up
</li> </li>
<li i18n="@@rule.feeRatioInitialInvestment">Fee Ratio (lecacy)</li> <li i18n="@@rule.feeRatioInitialInvestment">Fee Ratio (legacy)</li>
<li i18n="@@rule.feeRatioInitialInvestment.false"> <li i18n="@@rule.feeRatioInitialInvestment.false">
The fees do exceed $&#123;thresholdMax&#125;% of your initial investment The fees do exceed $&#123;thresholdMax&#125;% of your initial investment
($&#123;feeRatio&#125;%) ($&#123;feeRatio&#125;%)

Loading…
Cancel
Save