mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 01:23:59 +00:00
Change tooltip copy; get it from i18n catalogue.
This commit is contained in:
parent
a9e0185098
commit
3310a3ea3f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ div.full-size.pdf(ng-controller="PdfController")
|
|||
.toolbar.toolbar-tall
|
||||
.btn-group(
|
||||
dropdown,
|
||||
tooltip="{{modifierKey}} + Enter",
|
||||
tooltip="#{translate('recompile_pdf')} ({{modifierKey}} + Enter)"
|
||||
tooltip-popup-delay="500"
|
||||
tooltip-append-to-body="true"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue