mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: change banking service language
This commit is contained in:
@@ -80,7 +80,7 @@ export function BankAccount({
|
||||
<BankAccountMeta>
|
||||
{uncategorizedTransactionsCount > 0 && (
|
||||
<BankAccountMetaLine
|
||||
title={intl.get('cash_flow.transactions_for_review')}
|
||||
title={intl.get('banking.transactions_for_review')}
|
||||
value={uncategorizedTransactionsCount}
|
||||
className={clsx({ [Classes.SKELETON]: loading })}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user