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
d198661f9b
commit
375757f60a
@ -5,8 +5,9 @@ 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,9 @@ 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