mirror of
https://github.com/humhub/humhub.git
synced 2025-02-24 11:14:00 +01:00
fix
This commit is contained in:
parent
dc9bbb163d
commit
8f572e4a3a
@ -3,7 +3,7 @@
|
|||||||
use yii\helpers\Html;
|
use yii\helpers\Html;
|
||||||
use humhub\libs\Helpers;
|
use humhub\libs\Helpers;
|
||||||
|
|
||||||
echo Yii::t('ActivityModule.views_activities_ActivitySpaceMemberAdded', "%spaceName% has been archived", array(
|
echo Yii::t('ActivityModule.views_activities_ActivitySpaceMemberAdded', "%spaceName% has been unarchived", array(
|
||||||
'%spaceName%' => '<strong>' . Html::encode(Helpers::truncateText($source->name, 40)) . '</strong>'
|
'%spaceName%' => '<strong>' . Html::encode(Helpers::truncateText($source->name, 40)) . '</strong>'
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user