feat: fix localization.

This commit is contained in:
elforjani13
2022-03-15 13:16:49 +02:00
parent f84023f399
commit 3d49ebd1e7
7 changed files with 7 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ function DetailExchangeRate({
}
return (
<DetailItem label={intl.get('invoice.details.exchange_rate')}>
<DetailItem label={intl.get('exchange_rate')}>
1 {base_currency} = {exchangeRate} {toCurrency}
</DetailItem>
);