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
|
||||
I18n.t('_contacts')
|
||||
else
|
||||
"#{self.aspect.name}(#{self.people.size})"
|
||||
"#{self.aspect.name} (#{self.people.size})"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue