Skip to content

Commit

Permalink
💬 Update wallet address label to account
Browse files Browse the repository at this point in the history
Fix #2
  • Loading branch information
nwingt committed Aug 17, 2024
1 parent e4d57ae commit b2f404a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<AppPageHeader title="Settings" />

<AppPageBody :ui="{ constrained: 'max-w-screen-md' }">
<UFormGroup label="Wallet Address">
<UFormGroup label="Account">
<UInput
class="font-mono"
:model-value="userStore.address"
Expand Down

0 comments on commit b2f404a

Please sign in to comment.