Skip to content

Commit

Permalink
Merge pull request #971 from Koniverse/issue-970
Browse files Browse the repository at this point in the history
[issue-970] update receive button
  • Loading branch information
nguyenduythuc authored Aug 22, 2023
2 parents 0f4e0d0 + 5092965 commit 032db54
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/screens/Home/Crypto/shared/Button.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { ArrowFatLinesDown, PaperPlaneTilt, ShoppingCartSimple } from 'phosphor-react-native';
import { CopySimple, PaperPlaneTilt, ShoppingCartSimple } from 'phosphor-react-native';
import { getButtonIcon } from 'utils/button';

export const ButtonIcon = {
Receive: getButtonIcon(ArrowFatLinesDown, 'duotone', 'md'),
Receive: getButtonIcon(CopySimple, 'duotone', 'md'),
SendFund: getButtonIcon(PaperPlaneTilt, 'duotone', 'md'),
Buy: getButtonIcon(ShoppingCartSimple, 'duotone', 'md'),
};
2 changes: 1 addition & 1 deletion src/utils/i18n/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ export const en = {
connectedNetworks: 'Connected networks',
},
cryptoScreen: {
receive: 'Receive',
receive: 'Address',
send: 'Send',
swap: 'Swap',
buy: 'Buy',
Expand Down
2 changes: 1 addition & 1 deletion src/utils/i18n/vi_VN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ export const vi = {
connectedNetworks: 'Connected networks',
},
cryptoScreen: {
receive: 'Nhận',
receive: 'Địa chỉ',
send: 'Gửi',
swap: 'Swap',
buy: 'Mua',
Expand Down
2 changes: 1 addition & 1 deletion src/utils/i18n/zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ export const zh = {
connectedNetworks: 'Connected networks',
},
cryptoScreen: {
receive: '领取',
receive: '地址',
send: '发送',
swap: '切换',
buy: '购买',
Expand Down

0 comments on commit 032db54

Please sign in to comment.