mirror of
https://github.com/humhub/humhub.git
synced 2025-03-04 07:08:58 +01:00
Changed description in public space view
This commit is contained in:
parent
f707d99571
commit
8713cea7c7
@ -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' :
|
||||
'',
|
||||
|
Loading…
x
Reference in New Issue
Block a user