mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
add missing whitespace in pdf.pug
This commit is contained in:
parent
13628f82ec
commit
c50f309b09
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ div.full-size.pdf(ng-controller="PdfController")
|
|||
span #{translate("project_flagged_too_many_compiles")}
|
||||
|
||||
.alert.alert-danger(ng-show="pdf.compileInProgress")
|
||||
strong #{translate("pdf_compile_in_progress_error")}
|
||||
strong #{translate("pdf_compile_in_progress_error")}.
|
||||
span #{translate("pdf_compile_try_again")}
|
||||
|
||||
.alert.alert-danger(ng-show="pdf.timedout")
|
||||
|
|
Loading…
Reference in a new issue