Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/components/common/e-claim-dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
></time-count-down>
</div>
<div class="fw-b">
Complete your first deposit to unlock the following benefts.
Complete your first deposit to unlock the following benefits.
</div>
<div class="fz-14 task-hub-description">starting from $1</div>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/more/mixin-register.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default {
// notify server
} else {
throw new Error(
"Your zkSync account does't have enough ETH, please recharge it."
"Your zkSync account doesn't have enough ETH, please recharge it."
);
}
} catch (error) {
Expand Down