mirror of
https://github.com/humhub/humhub.git
synced 2025-02-24 03:06:04 +01:00
fixing errors
This commit is contained in:
parent
46c9356740
commit
d198661f9b
@ -5,8 +5,8 @@ use humhub\libs\Helpers;
|
||||
|
||||
echo Yii::t('ActivityModule.views_activities_ActivitySpaceMemberAdded', '%spaceName% has been archived', [
|
||||
'%spaceName%' => '<strong>' . Html::encode(Helpers::truncateText($source->name, 40)) . '</strong>'
|
||||
]
|
||||
);
|
||||
|
||||
]);
|
||||
|
||||
|
||||
|
||||
|
@ -6,8 +6,8 @@ use humhub\modules\content\components\ContentContainerController;
|
||||
|
||||
echo Yii::t('ActivityModule.views_activities_ActivitySpaceMemberAdded', '%spaceName% has been unarchived', [
|
||||
'%spaceName%' => '<strong>' . Html::encode(Helpers::truncateText($source->name, 40)) . '</strong>'
|
||||
]
|
||||
);
|
||||
|
||||
]);
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user