diff --git a/app/helpers/contacts_helper.rb b/app/helpers/contacts_helper.rb
index 5bf36d384cb32ee58be85dec949e491d2a773b4d..68ac4ac32bad43def18a3d9004b5e649471fab16 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