From: Jozef Zigmund <[email protected]>

https://bugzilla.redhat.com/show_bug.cgi?id=813179
---
 src/app/views/frontend_realms/_form.html.haml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/views/frontend_realms/_form.html.haml 
b/src/app/views/frontend_realms/_form.html.haml
index 39f86e1..bf3a0b8 100644
--- a/src/app/views/frontend_realms/_form.html.haml
+++ b/src/app/views/frontend_realms/_form.html.haml
@@ -2,13 +2,13 @@
   = render 'layouts/error_messages', :object => @realm
 %fieldset
   .field
-    = form.label :name, :class => 'em'
+    = form.label :name
     .input
       = form.text_field :name, :value => @realm.name, :class => 'em long'
   .field
     = form.label :description
     .input
-      = form.text_area :description, :title => 'description', :value => 
@realm.description, :class => 'long'
+      = form.text_area :description, :title => 
t("activerecord.attributes.frontend_realm.description"), :value => 
@realm.description, :class => 'long'
 
 %fieldset.options
   = form.submit t('save'), :class => "submit button primary"
-- 
1.7.11.7

Reply via email to