mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Switch to translations
This commit is contained in:
parent
ba6a0b44a9
commit
ab7d83b1c5
1 changed files with 4 additions and 4 deletions
|
@ -102,10 +102,10 @@ div.full-size(
|
|||
)
|
||||
.arrow
|
||||
.popover-inner
|
||||
h3.popover-title Auto Compile
|
||||
h3.popover-title #{translate("auto_compile")}
|
||||
.popover-content
|
||||
p Try out the new auto compile setting!
|
||||
p #{translate("try_out_auto_compile_setting")}
|
||||
img(src="/img/onboarding/autocompile/setting-dropdown.png" width="100%")
|
||||
p When enabled, your project will be compiled after you finish your sentence.
|
||||
p #{tranlate("auto_compile_onboarding_description")}
|
||||
button.btn.btn-default.btn-block(ng-click="dismiss()")
|
||||
| Got it
|
||||
| #{translate("got_it")}
|
||||
|
|
Loading…
Reference in a new issue