File tree 2 files changed +5
-4
lines changed
routes/exchange/components
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 372
372
"button" : {
373
373
"abort" : " Abort" ,
374
374
"back" : " Back" ,
375
- "buy" : " Buy" ,
376
375
"changepin" : " Change device password" ,
377
376
"check" : " Check backup" ,
378
377
"continue" : " Continue" ,
398
397
"exchange" : {
399
398
"bankTransfer" : " Bank transfer" ,
400
399
"bestDeal" : " Best deal" ,
400
+ "buy" : " Buy" ,
401
401
"creditCard" : " Credit card" ,
402
402
"fast" : " Fast" ,
403
403
"fee" : " fee" ,
459
459
},
460
460
"noExchanges" : " Sorry, there are no available exchanges in this region." ,
461
461
"region" : " Region" ,
462
- "selectRegion" : " Not specified"
462
+ "selectRegion" : " Not specified" ,
463
+ "sell" : " Sell"
463
464
},
464
465
"info" : {
465
466
"continue" : " Agree and continue" ,
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ export const ExchangeTab = ({
36
36
active = { activeTab === 'buy' }
37
37
onClick = { ( ) => onChangeTab ( 'buy' ) }
38
38
>
39
- { t ( 'Buy ' ) }
39
+ { t ( 'buy.exchange.buy ' ) }
40
40
</ PillButton >
41
41
< PillButton
42
42
active = { activeTab === 'sell' }
43
43
onClick = { ( ) => onChangeTab ( 'sell' ) }
44
44
>
45
- { t ( 'Sell ' ) }
45
+ { t ( 'buy.exchange.sell ' ) }
46
46
</ PillButton >
47
47
</ PillButtonGroup >
48
48
) ;
You can’t perform that action at this time.
0 commit comments