From 97f0594d1377e34bed5c791c5c14b8051763a4c0 Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Sun, 7 Jun 2015 15:27:34 +0200 Subject: [PATCH] another attempt to fix test --- app/views/user/_stats.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/user/_stats.html.haml b/app/views/user/_stats.html.haml index 41446e44..a525ab23 100644 --- a/app/views/user/_stats.html.haml +++ b/app/views/user/_stats.html.haml @@ -6,7 +6,7 @@ %a{href: show_user_followers_path(@user.screen_name)} .col-md-6.col-sm-6.col-xs-6 %h4.entry-text#follower-count= @user.follower_count - %h6.entry-subtext= t('views.general.follower').pluralize(@user.follower_count) + %h6.entry-subtext= t('views.general.follower').capitalize.pluralize(@user.follower_count) %a{href: show_user_friends_path(@user.screen_name)} .col-md-6.col-sm-6.col-xs-6 %h4.entry-text#friend-count= @user.friend_count