fix translation in contacts_helper

This commit is contained in:
Fabián Rodríguez 2013-01-15 00:35:24 -02:00
parent 649844ea6a
commit d4d3bf8af6

View file

@ -8,7 +8,7 @@ module ContactsHelper
:aspect_id => @aspect.id, :aspect_id => @aspect.id,
:person_id => contact.person_id :person_id => contact.person_id
}, },
:title => t('.remove_person_from_aspect', :person_name => contact.person_first_name, :aspect_name => @aspect.name), :title => t('contacts.index.remove_person_from_aspect', :person_name => contact.person_first_name, :aspect_name => @aspect.name),
:method => 'delete') :method => 'delete')
else else