Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neilsbak committed Oct 3, 2020
1 parent 4b53044 commit 77ebd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Views/IntroSetupView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ struct IntroSetupView: View {
let onValidated: (MasterPasswordFormModel) -> Void
var body: some View {
VStack {
Text("Enter you master password to get started. This will be the only password you need to remember. This password should only be known to you and not written down anywhere.")
Text("Enter your master password to get started. This will be the only password you need to remember. This password should only be known to you and not written down anywhere.")
.padding(EdgeInsets(top: 0, leading: 0, bottom: 8, trailing: 0))
MasterPasswordFormView(formModel: self.$masterPasswordFormModel)
Button(action: {
Expand Down

0 comments on commit 77ebd17

Please sign in to comment.