Browse Source
Bugfix/fix localization in X-ray rule (#6333)
* Fix localization
pull/6334/head
Thomas Kaul
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
apps/client/src/app/pages/i18n/i18n-page.html
|
|
|
@ -149,7 +149,7 @@ |
|
|
|
<li i18n="@@rule.emergencyFundSetup.true"> |
|
|
|
An emergency fund has been set up |
|
|
|
</li> |
|
|
|
<li i18n="@@rule.feeRatioInitialInvestment">Fee Ratio (lecacy)</li> |
|
|
|
<li i18n="@@rule.feeRatioInitialInvestment">Fee Ratio (legacy)</li> |
|
|
|
<li i18n="@@rule.feeRatioInitialInvestment.false"> |
|
|
|
The fees do exceed ${thresholdMax}% of your initial investment |
|
|
|
(${feeRatio}%) |
|
|
|
|