Skip to content

Commit

Permalink
change test
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Feb 5, 2025
1 parent 5201884 commit 95ddf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/cart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const CartPage = () => {
{!funds.isInsufficient && (
<div className="grid place-items-center gap-20 p-20">
<span className="warning-message text-14 text-center text-white/60">
Please check the checkbox to proceed.
Please confirm before proceeding
</span>
<label
htmlFor="approve-warnings"
Expand Down

0 comments on commit 95ddf95

Please sign in to comment.