mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: fix localization.
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user