Skip to content

Commit

Permalink
frontend: fix account selector title on buy / sell page
Browse files Browse the repository at this point in the history
Rename 'Buy & Sell' title to 'Select account'
for clarity in the account selector of Buy & Sell page.

The same behaviour can be seen for the Receive account selector.
  • Loading branch information
shonsirsha committed Feb 12, 2025
1 parent 5220df6 commit 5e2e1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/web/src/routes/exchange/info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const ExchangeInfo = ({ code, accounts }: TProps) => {
supportedAccounts && (
<GroupedAccountSelector
accounts={supportedAccounts}
title={ t('generic.buySell')}
title={ t('receive.selectAccount')}
disabled={disabled}
selected={selected}
onChange={setSelected}
Expand Down

0 comments on commit 5e2e1d2

Please sign in to comment.