Skip to content

Commit

Permalink
MagicLinkConfirmationView: Updates copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jleandroperez committed Jun 27, 2024
1 parent 3709c89 commit 59da155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Simplenote/MagicLinkConfirmationView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ struct MagicLinkConfirmationView: View {
Spacer()
.frame(height: Metrics.titlePaddingBottom)

Text("If an account exists, we've sent an email to **\(email)** containing a link that'll log you in.")
Text("If an account exists, we've sent an email with a link that'll log you in to **\(email)**")
.font(.system(size: Metrics.detailsFontSize))
.multilineTextAlignment(.center)
}
Expand Down

0 comments on commit 59da155

Please sign in to comment.