mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix translate in delete modal confirm button
This commit is contained in:
parent
a89edde139
commit
9706585d21
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ script(type='text/ng-template', id='deleteProjectsModalTemplate')
|
|||
) #{translate("cancel")}
|
||||
button.btn.btn-danger(
|
||||
ng-click="delete()"
|
||||
) {{action}}
|
||||
) #{translate("confirm")}
|
||||
|
||||
script(type="text/ng-template", id="uploadProjectModalTemplate")
|
||||
.modal-header
|
||||
|
|
Loading…
Reference in a new issue