Missing whitespace
This commit is contained in:
parent
1d818fdc23
commit
0aa49a8d73
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class AspectStream < BaseStream
|
||||||
if self.for_all_aspects? || self.aspect_ids.size > 1
|
if self.for_all_aspects? || self.aspect_ids.size > 1
|
||||||
I18n.t('_contacts')
|
I18n.t('_contacts')
|
||||||
else
|
else
|
||||||
"#{self.aspect.name}(#{self.people.size})"
|
"#{self.aspect.name} (#{self.people.size})"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue