diff --git a/app/views/contacts/featured.haml b/app/views/contacts/featured.haml
index 1a897e2af69f7d87738ba67a8d3ba5be9fec2950..5285491ee8f7e36caae3daba8612040d37c357e5 100644
--- a/app/views/contacts/featured.haml
+++ b/app/views/contacts/featured.haml
@@ -3,7 +3,7 @@
 -#   the COPYRIGHT file.
 
 - content_for :page_title do
-  = t('.community_spotlight')
+  = t('contacts.spotlight.community_spotlight')
 
 - content_for :head do
   = include_javascripts :people
@@ -16,7 +16,7 @@
 
 .span-18.last
   %h3
-    = t('.community_spotlight')
+    = t('contacts.spotlight.community_spotlight')
   %br
 
   #featured_users
diff --git a/features/manages_aspects.feature b/features/manages_aspects.feature
index 590a4c26f3e956e99a6b1d11998656c370435199..99f3ef17fb537169bd8ee8872134ec143552aa9e 100644
--- a/features/manages_aspects.feature
+++ b/features/manages_aspects.feature
@@ -78,7 +78,7 @@ Feature: User manages contacts
 
     And I click on my name in the header
     When I follow "Contacts"
-    Then I should see "Featured Users" within ".span-18"
+    Then I should see "Community Spotlight" within ".span-18"
 
   Scenario: clicking on the manage aspects link in the right nav with zero contacts directs a user to the featured users page
     Given I am signed in
@@ -86,7 +86,7 @@ Feature: User manages contacts
     And I am on the home page
 
     When I follow "Manage your aspects."
-    Then I should see "Featured Users" within ".span-18"
+    Then I should see "Community Spotlight" within ".span-18"
 
   Scenario: clicking on the contacts link in the header with contacts does not send a user to the featured users page
     Given I am signed in