feat: change banking service language

This commit is contained in:
Ahmed Bouhuolia
2024-08-22 20:49:15 +02:00
parent 07740a51ef
commit 820b363f79
11 changed files with 58 additions and 58 deletions

View File

@@ -78,13 +78,13 @@ function CashFlowAccountsActionsBar({
<Button
className={Classes.MINIMAL}
icon={<Icon icon={'plus-24'} iconSize={20} />}
text={<T id={'cash_flow.label.add_cash_account'} />}
text={<T id={'banking.label.add_cash_account'} />}
onClick={handleAddBankAccount}
/>
<Button
className={Classes.MINIMAL}
icon={<Icon icon={'plus-24'} iconSize={20} />}
text={<T id={'cash_flow.label.add_bank_account'} />}
text={<T id={'banking.label.add_bank_account'} />}
onClick={handleAddCashAccount}
/>
<NavbarDivider />