diff --git a/app/helpers/contacts_helper.rb b/app/helpers/contacts_helper.rb index 5bf36d384..68ac4ac32 100644 --- a/app/helpers/contacts_helper.rb +++ b/app/helpers/contacts_helper.rb @@ -8,7 +8,7 @@ module ContactsHelper :aspect_id => @aspect.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') else