mirror of
https://github.com/humhub/humhub.git
synced 2025-04-26 18:23:58 +02:00
Fixed Like Translation
This commit is contained in:
parent
fc788da42d
commit
af66fadc17
@ -1,6 +1,8 @@
|
||||
<?php $this->beginContent('application.modules_core.activity.views.activityLayout', array('activity' => $activity)); ?>
|
||||
|
||||
<strong><?php echo $user->displayName; ?></strong>
|
||||
<?php echo Yii::t('LikeModule.base', 'likes'); ?> <?php echo $target->getContentTitle(); ?>
|
||||
<?php echo Yii::t('LikeModule.base', '{userDisplayName} likes {contentTitle}', array(
|
||||
'{userDisplayName}' => '<strong>'.$user->displayName."</strong>",
|
||||
'{contentTitle}' => $target->getContentTitle(),
|
||||
)); ?>
|
||||
|
||||
<?php $this->endContent(); ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user