mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 05:52:47 +00:00
Merge pull request #2629 from overleaf/cmg-updateon-typo
Fix typo in user settings GitOrigin-RevId: 066ee8047d807e9ac077eb687a93f12d9db6bf55
This commit is contained in:
parent
1da929fcdb
commit
e80870f453
1 changed files with 1 additions and 1 deletions
|
@ -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")}
|
||||
|
|
Loading…
Add table
Reference in a new issue