Merge pull request #2629 from overleaf/cmg-updateon-typo

Fix typo in user settings

GitOrigin-RevId: 066ee8047d807e9ac077eb687a93f12d9db6bf55
This commit is contained in:
Eric Mc Sween 2020-02-27 07:46:47 -05:00 committed by Copybot
parent 1da929fcdb
commit e80870f453

View file

@ -33,7 +33,7 @@ block content
required,
ng-model="email",
ng-init="email = "+JSON.stringify(user.email),
ng-model-options="{ pdateOn: 'blur' }"
ng-model-options="{ updateOn: 'blur' }"
)
span.small.text-danger(ng-show="settingsForm.email.$invalid && settingsForm.email.$dirty")
| #{translate("must_be_email_address")}