diff --git a/app/controllers/my_profile/memberships_controller.rb b/app/controllers/my_profile/memberships_controller.rb index c0f6f40..a1d8344 100644 --- a/app/controllers/my_profile/memberships_controller.rb +++ b/app/controllers/my_profile/memberships_controller.rb @@ -10,7 +10,7 @@ class MembershipsController < MyProfileController @to_join = Profile.find(params[:id]) if request.post? && params[:confirmation] @to_join.add_member(profile) - flash[:notice] = _('%s administrador still needs to accept you as member.') % @to_join.name if @to_join.closed? + flash[:notice] = _('%s administrator still needs to accept you as member.') % @to_join.name if @to_join.closed? redirect_to @to_join.url end end diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 51bc8c3..063697b 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -543,7 +543,7 @@ module ApplicationHelper elsif opt == 'simple_search' s = _('Search...') '