Commit ea204f7e7e2abe58438b6c2226e57c1e6bbfafbb
Committed by
Rodrigo Souto
1 parent
ac370ca2
Exists in
master
and in
28 other branches
application-helper: Change name to identify other types of profiles
ActionItem3101
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/application_helper.rb
... | ... | @@ -1336,7 +1336,7 @@ module ApplicationHelper |
1336 | 1336 | @message = _("The content here is available to %s's friends only.") % profile.short_name |
1337 | 1337 | else |
1338 | 1338 | @action = :join |
1339 | - @message = _('The contents in this community is available to members only.') | |
1339 | + @message = _('The contents in this profile is available to members only.') | |
1340 | 1340 | end |
1341 | 1341 | @no_design_blocks = true |
1342 | 1342 | end | ... | ... |