mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 06:25:28 -05:00
Update wrong synctex tooltip
This commit is contained in:
parent
31ee8eea8b
commit
4020c2f760
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ div.full-size(
|
||||||
i.fa.fa-long-arrow-right
|
i.fa.fa-long-arrow-right
|
||||||
br
|
br
|
||||||
a.btn.btn-default.btn-xs(
|
a.btn.btn-default.btn-xs(
|
||||||
tooltip-html-unsafe="#{translate('go_to_code_location_in_pdf')}"
|
tooltip-html-unsafe="#{translate('go_to_pdf_location_in_code')}"
|
||||||
tooltip-placement="right"
|
tooltip-placement="right"
|
||||||
tooltip-append-to-body="true"
|
tooltip-append-to-body="true"
|
||||||
ng-click="syncToCode()"
|
ng-click="syncToCode()"
|
||||||
|
|
Loading…
Reference in a new issue