Commit e6ae8af2eaed47b5572079fdb4c52723d33aa9d7
Exists in
master
and in
27 other branches
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/block.rb
@@ -224,7 +224,7 @@ class Block < ActiveRecord::Base | @@ -224,7 +224,7 @@ class Block < ActiveRecord::Base | ||
224 | 'all' => _('All users'), | 224 | 'all' => _('All users'), |
225 | 'logged' => _('Logged'), | 225 | 'logged' => _('Logged'), |
226 | 'not_logged' => _('Not logged'), | 226 | 'not_logged' => _('Not logged'), |
227 | - 'followers' => owner.organization? ? _('Members') : _('Friends') | 227 | + 'followers' => owner.class != Environment && owner.organization? ? _('Members') : _('Friends') |
228 | } | 228 | } |
229 | end | 229 | end |
230 | 230 |