mirror of
https://github.com/humhub/humhub.git
synced 2025-02-19 15:45:25 +01:00
Change About page header
This commit is contained in:
parent
e6aa7cb9e9
commit
b231e69537
@ -13,7 +13,7 @@ use humhub\modules\user\widgets\Image;
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<?= Yii::t('SpaceModule.base', '<strong>About</strong> this Space') ?>
|
||||
<?= Yii::t('SpaceModule.base', '<strong>About</strong> <strong>{spaceName}</strong>', ['spaceName' => $space->name]) ?>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<?php if ($space->about || $space->description): ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user