Skip to content

Commit

Permalink
avatar button label updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Lysak committed Sep 4, 2024
1 parent 3350856 commit ab55d21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/locales/en/transactionFlow.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"tabs": {
"avatar": {
"change": "Change avatar",
"add": "Add avatar",
"label": "Avatar",
"dropdown": {
"selectNFT": "Select NFT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ const AvatarButton = ({
)}
<div>
<Button colorStyle="accentSecondary">
{t('input.profileEditor.tabs.avatar.change')}
{!!src
? t('input.profileEditor.tabs.avatar.change')
: t('input.profileEditor.tabs.avatar.add')}
</Button>
</div>
<input
Expand Down

0 comments on commit ab55d21

Please sign in to comment.