From 3612d5fcb335961bc4bc0f3bc0281f2981851983 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Tue, 12 Nov 2013 21:07:19 +0100 Subject: [PATCH] profile index translation --- app/views/fetprofiles/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/fetprofiles/index.html.erb b/app/views/fetprofiles/index.html.erb index 9584ed9..7bda4db 100644 --- a/app/views/fetprofiles/index.html.erb +++ b/app/views/fetprofiles/index.html.erb @@ -2,8 +2,8 @@ <%= render 'fetprofiles/tabs' %>

- <%= I18n.t 'fetprofiles.all' if params[:filter] == "all" %> - <%= I18n.t 'fetprofiles.active' if params[:filter].nil? || params[:filter]== "active" + <%= I18n.t 'profile.all_members' if params[:filter] == "all" %> + <%= I18n.t 'profile.active_members' if params[:filter].nil? || params[:filter]== "active" %>