Skip to content

Commit 2eebb2a

Browse files
marc2332evavirseda
andauthored
chore(dapp): Rename Set Avatar button (#466)
* chore(dapp): Rename `Set Avatar` button * comment --------- Co-authored-by: evavirseda <evirseda@boxfish.studio>
1 parent 314b7e1 commit 2eebb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dapp/src/components/dialogs/PersonalizeAvatarDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export function PersonalizeAvatarDialog({ setOpen, name }: PersonalizeAvatarDial
174174
/>
175175
<Button
176176
type={ButtonType.Primary}
177-
text={isSaving || isSigning ? 'Uploading...' : 'Upload Avatar'}
177+
text="Set Avatar"
178178
onClick={handleSelectAsset}
179179
disabled={isSaving || isSigning || !selectedAssetId}
180180
fullWidth

0 commit comments

Comments
 (0)