Skip to content

Commit 274f738

Browse files
committed
add period
1 parent 91cddfc commit 274f738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/delete-user.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default function DeleteUser() {
8181
</Dialog>
8282
<div className="relative ml-3 text-red-600 dark:text-red-100">
8383
<p className="mb-1 text-sm font-medium leading-none">Warning</p>
84-
<p className="text-xs leading-none">Please proceed with caution, this cannot be undone</p>
84+
<p className="text-xs leading-none">Please proceed with caution, this cannot be undone.</p>
8585
</div>
8686
</div>
8787
</div>

0 commit comments

Comments
 (0)