From 517e37b56abd02f375014d08fbc2f625257f407d Mon Sep 17 00:00:00 2001 From: Jonne Hass Date: Sat, 15 Oct 2011 12:59:50 +0200 Subject: [PATCH] fix another missing translation and a cucumber feature --- app/views/contacts/featured.haml | 4 ++-- features/manages_aspects.feature | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/contacts/featured.haml b/app/views/contacts/featured.haml index 1a897e2af..5285491ee 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 590a4c26f..99f3ef17f 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