diff --git a/services/web/app/views/project/editor/editor.pug b/services/web/app/views/project/editor/editor.pug index 40734e8632..37a103c6ce 100644 --- a/services/web/app/views/project/editor/editor.pug +++ b/services/web/app/views/project/editor/editor.pug @@ -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")}