[PATCH conductor 2/3] BZ 804620 added i18n for some fields in form of pool families

jzigmund at redhat.com jzigmund at redhat.com
Mon Apr 2 16:41:29 UTC 2012


From: Jozef Zigmund <jzigmund at redhat.com>

---
 src/app/views/pool_families/_form.html.haml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/app/views/pool_families/_form.html.haml b/src/app/views/pool_families/_form.html.haml
index ffd69eb..17f4aef 100644
--- a/src/app/views/pool_families/_form.html.haml
+++ b/src/app/views/pool_families/_form.html.haml
@@ -2,7 +2,7 @@
   = render 'layouts/error_messages', :object => @pool_family
 %fieldset
   %p.clearfix
-    = form.label :name
+    = form.label :name, t('pool_families.index.name')
     = form.text_field :name, :title => 'pool_family_name', :value => @pool_family.name, :class => 'em long'
 
   = form.fields_for :quota do |quota_form|
-- 
1.7.7.6




More information about the aeolus-devel mailing list