From 9faf2227ae3e4f79908a229676ded8c7b57ca319 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 23 Nov 2016 14:04:54 +0100 Subject: [PATCH] Translation info: add more spacing between text and button --- app/assets/javascripts/app/views/translation/index.jst.eco | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/app/views/translation/index.jst.eco b/app/assets/javascripts/app/views/translation/index.jst.eco index 39b5858aa..522ea468a 100644 --- a/app/assets/javascripts/app/views/translation/index.jst.eco +++ b/app/assets/javascripts/app/views/translation/index.jst.eco @@ -13,8 +13,8 @@

<%- @T('Inline translation') %>

<%- @T('To do easier translations you can enable and disable inline translation feature by pressing "%s".', 'ctrl+alt+t') %>

-

<%- @T('Text with disabled inline translations looks like') %>

-

<%- @T('Text with enabled inline translations looks like') %>

+

<%- @T('Text with disabled inline translations looks like') %> 

+

<%- @T('Text with enabled inline translations looks like') %> 

<%- @T('Just click into the marker and update the words just in place. Enjoy!') %>

<%- @T('If you want to translate it via the translation table, just go ahead below.') %>