Translation info: add more spacing between text and button

This commit is contained in:
Felix Niklas 2016-11-23 14:04:54 +01:00
parent 1b4fbd6b4c
commit 9faf2227ae

View file

@ -13,8 +13,8 @@
<div class="box box--message"> <div class="box box--message">
<h2><%- @T('Inline translation') %></h2> <h2><%- @T('Inline translation') %></h2>
<p><%- @T('To do easier translations you can enable and disable inline translation feature by pressing "%s".', 'ctrl+alt+t') %></p> <p><%- @T('To do easier translations you can enable and disable inline translation feature by pressing "%s".', 'ctrl+alt+t') %></p>
<p><%- @T('Text with disabled inline translations looks like') %> <button class="btn btn-primary"><%- @Ti('Some Text') %></button></p> <p><%- @T('Text with disabled inline translations looks like') %><button class="btn btn-primary"><%- @Ti('Some Text') %></button></p>
<p><%- @T('Text with enabled inline translations looks like') %> <button class="btn btn-primary"><span class="translation" contenteditable="true"><%- @Ti('Some Text') %></button></span></p> <p><%- @T('Text with enabled inline translations looks like') %><button class="btn btn-primary"><span class="translation" contenteditable="true"><%- @Ti('Some Text') %></button></span></p>
<p><%- @T('Just click into the marker and update the words just in place. Enjoy!') %></p> <p><%- @T('Just click into the marker and update the words just in place. Enjoy!') %></p>
<p><%- @T('If you want to translate it via the translation table, just go ahead below.') %></p> <p><%- @T('If you want to translate it via the translation table, just go ahead below.') %></p>
</div> </div>