Skip to content

Commit

Permalink
feat: changes in messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth committed Oct 30, 2023
1 parent 2a9860d commit f0d6a9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions apps/dashboard/app/security/email/add/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function AddEmail() {
>
<Typography level="h2">Add Your Email Address</Typography>
<Box>
<Typography>A Verification Code sent to this Email </Typography>
<Typography>A verification code was sent to this email.</Typography>
</Box>
<FormControl
sx={{
Expand Down Expand Up @@ -122,7 +122,7 @@ export default function AddEmail() {
textAlign: "center",
}}
>
<Typography>This Email can be used to login to your Account.</Typography>
<Typography>This email can be used to log in to your account.</Typography>
</Card>
</Box>
</main>
Expand Down
4 changes: 2 additions & 2 deletions apps/dashboard/app/security/email/verify/verify-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function VerifyEmailForm({
>
<Typography level="h2">Email Verification Code</Typography>
<Box>
<Typography>Enter The verfication Code sent to your Email </Typography>
<Typography>Enter the verification code sent to your email.</Typography>
<Typography
sx={{
textAlign: "center",
Expand Down Expand Up @@ -138,7 +138,7 @@ export default function VerifyEmailForm({
textAlign: "center",
}}
>
<Typography>This Email can be used to login to your Account.</Typography>
<Typography>This email can be used to log in to your account.</Typography>
</Card>
</Box>
</main>
Expand Down
6 changes: 3 additions & 3 deletions apps/dashboard/components/security/email/email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ function EmailSettings({ emailData }: EmailSettingsProps) {
</Typography>
</Box>
<Typography id="modal-desc" textColor="text.tertiary" textAlign="center">
Are You sure you want to remove this Email from your Account? You will not be
able to Login via this email again.
Are you sure you want to remove this email from your account? You will not be
able to log in via this email again.
</Typography>
<Button
variant="outlined"
Expand Down Expand Up @@ -116,7 +116,7 @@ function EmailSettings({ emailData }: EmailSettingsProps) {
/>
<Typography level="h3">Email</Typography>
</Box>
<Typography>Use email to login in your Account </Typography>
<Typography>Use email to login in your Account.</Typography>
<Box
sx={{
display: { xs: "block", md: "none" },
Expand Down

0 comments on commit f0d6a9b

Please sign in to comment.