Skip to content

Commit

Permalink
[PLA-1906] fix wallet texts (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
zlayine authored Jul 29, 2024
1 parent f0cedde commit fd2f575
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion resources/js/components/TrackCollectionModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
</DialogTitle>
<div class="mt-2 space-y-4">
<p class="text-sm text-light-content dark:text-dark-content">
Please type your collection ID to track it.
Enter a collection ID to track it.
This will enable platform interactions like querying its tokens.
</p>
<FormInput
v-model="collectionId"
Expand Down
2 changes: 1 addition & 1 deletion resources/js/components/pages/SettingsWalletAccount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
>
{{ walletAccount }}
</label>
<span v-else-if="userWalletAccounts.length" class="text-lg font-bold text-light-content-strong dark:text-dark-content-strong">
<span v-if="userWalletAccounts.length" class="text-lg font-bold text-light-content-strong dark:text-dark-content-strong">
Connected Wallets
</span>
<label
Expand Down

0 comments on commit fd2f575

Please sign in to comment.