From ea204f7e7e2abe58438b6c2226e57c1e6bbfafbb Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Wed, 4 Jun 2014 11:29:00 -0300 Subject: [PATCH] application-helper: Change name to identify other types of profiles --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 99812c9..0a70460 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1336,7 +1336,7 @@ module ApplicationHelper @message = _("The content here is available to %s's friends only.") % profile.short_name else @action = :join - @message = _('The contents in this community is available to members only.') + @message = _('The contents in this profile is available to members only.') end @no_design_blocks = true end -- libgit2 0.21.2