mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fix couple of bad translations
This commit is contained in:
parent
debe78030a
commit
58c7dda945
2 changed files with 2 additions and 2 deletions
|
@ -20,6 +20,6 @@ block content
|
|||
.col-md-12
|
||||
.row
|
||||
.span-md-12
|
||||
a.btn.btn-success(href="/project") #{translate("Done")}
|
||||
a.btn.btn-success(href="/project") #{translate("done")}
|
||||
|
||||
|
||||
|
|
|
@ -107,7 +107,7 @@ block content
|
|||
span.small.text-primary(ng-show="changePasswordForm.newPassword2.$error.areEqual && changePasswordForm.newPassword2.$dirty")
|
||||
| #{translate("doesnt_match")}
|
||||
span.small.text-primary(ng-show="!changePasswordForm.newPassword2.$error.areEqual && changePasswordForm.newPassword2.$invalid && changePasswordForm.newPassword2.$dirty")
|
||||
| #{translate("Invalid Password")}
|
||||
| #{translate("invalid_password")}
|
||||
.actions
|
||||
button.btn.btn-primary(
|
||||
type='submit',
|
||||
|
|
Loading…
Reference in a new issue