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"
%>