taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit a5dbd8bd0173d7d7592bb9ab2cd4a8211ee084d1
parent ca179ef3a7b39c132771f3e6f81ad345865bff03
Author: Sebastian <sebasjm@gmail.com>
Date:   Mon, 27 May 2024 08:59:35 -0300

dd53: Inconsistent to aldready have the “add” and “send” buttons on this page

Diffstat:
Mpackages/taler-wallet-webextension/src/popup/BalancePage.tsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-webextension/src/popup/BalancePage.tsx b/packages/taler-wallet-webextension/src/popup/BalancePage.tsx @@ -180,7 +180,7 @@ export function BalanceView(state: State.Balances): VNode { variant="contained" onClick={state.goToWalletManualWithdraw.onClick} > - <i18n.Translate>Add</i18n.Translate> + <i18n.Translate>Receive</i18n.Translate> </Button> {currencyWithNonZeroAmount.length > 0 && ( <MultiActionButton