Changed description in public space view

This commit is contained in:
andystrobel 2015-11-04 17:50:14 +01:00
parent f707d99571
commit 8713cea7c7

View File

@ -6,7 +6,7 @@ echo \humhub\modules\content\widgets\Stream::widget(array(
'streamAction' => '/space/space/stream',
'messageStreamEmpty' => ($space->canWrite()) ?
Yii::t('SpaceModule.views_space_index', '<b>This space is still empty!</b><br>Start by posting something here...') :
Yii::t('SpaceModule.views_space_index', '<b>This space is still empty!</b>'),
Yii::t('SpaceModule.views_space_index', '<b>You are not member of this space and there is no public content, yet!</b>'),
'messageStreamEmptyCss' => ($space->canWrite()) ?
'placeholder-empty-stream' :
'',