Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PLA-1906] fix wallet texts #142

Merged
merged 2 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading