@@ -8,7 +8,7 @@ |
||
8 | 8 | use humhub\modules\space\widgets\SpaceChooserItem; |
9 | 9 | |
10 | 10 | \humhub\modules\space\assets\SpaceChooserAsset::register($this); |
11 | -$noSpaceView = '<div class="no-space"><i class="fa fa-dot-circle-o"></i><br>' . Yii::t('SpaceModule.widgets_views_spaceChooser', 'My spaces') . '<b class="caret"></b></div>'; |
|
11 | +$noSpaceView = '<div class="no-space"><i class="fa fa-dot-circle-o"></i><br>'.Yii::t('SpaceModule.widgets_views_spaceChooser', 'My spaces').'<b class="caret"></b></div>'; |
|
12 | 12 | $this->registerJsConfig('space.chooser', [ |
13 | 13 | 'noSpace' => $noSpaceView, |
14 | 14 | 'remoteSearchUrl' => Url::to(['/space/browse/search-json']), |