mirror of
https://github.com/humhub/humhub.git
synced 2025-02-24 03:06:04 +01:00
fix
This commit is contained in:
parent
dc9bbb163d
commit
8f572e4a3a
@ -3,7 +3,7 @@
|
||||
use yii\helpers\Html;
|
||||
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>'
|
||||
));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user