Skip to content

Commit 8e7d9d7

Browse files
committed
add period
1 parent 2dad4e8 commit 8e7d9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/auth/ConfirmPassword.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const submit = () => {
2020
</script>
2121

2222
<template>
23-
<AuthLayout title="Confirm Your Password" description="This is a secure area of the application. Please confirm your password before continuing">
23+
<AuthLayout title="Confirm Your Password" description="This is a secure area of the application. Please confirm your password before continuing.">
2424
<Head title="Confirm Password" />
2525

2626
<form @submit.prevent="submit">

0 commit comments

Comments
 (0)