Skip to content

Commit 90211a6

Browse files
authored
Merge pull request #61 from prisma/petradonka-patch-1
Fix typo in database deletion warning message
2 parents 4db4740 + 905ba72 commit 90211a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

claim-db-worker/app/claim/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function ClaimContent() {
7878
</button>
7979

8080
<p className="text-muted text-sm sm:text-base lg:text-lg italic">
81-
your <b>database will be deleted 24 hours after creation</b> unless
81+
*your <b>database will be deleted 24 hours after creation</b> unless
8282
you claim it
8383
</p>
8484
</div>

0 commit comments

Comments
 (0)