mirror of
https://github.com/humhub/humhub.git
synced 2025-04-20 23:21:54 +02:00
Text changes at task module
This commit is contained in:
parent
205ae0d759
commit
d00a275720
@ -1,7 +1,7 @@
|
||||
<?php $this->beginContent('application.modules_core.notification.views.notificationLayout', array('notification' => $notification)); ?>
|
||||
|
||||
<strong><?php echo $creator->displayName; ?></strong>
|
||||
<?php echo Yii::t('TasksModule.base', 'created the new task '); ?>
|
||||
<?php echo Yii::t('TasksModule.base', 'created the task '); ?>
|
||||
<strong><?php echo $targetObject->getContentTitle(); ?></strong>.
|
||||
|
||||
<?php $this->endContent(); ?>
|
||||
|
@ -33,7 +33,7 @@
|
||||
<tbody><tr>
|
||||
<td valign="top" class="textContent">
|
||||
|
||||
<strong><?php echo $creator->displayName; ?></strong> <?php echo Yii::t('TasksModule.base', 'created the new task '); ?> <strong><?php echo $targetObject->getContentTitle(); ?></strong>. <?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?><br/>
|
||||
<strong><?php echo $creator->displayName; ?></strong> <?php echo Yii::t('TasksModule.base', 'created the task '); ?> <strong><?php echo $targetObject->getContentTitle(); ?></strong>. <?php if ($workspace != null && Wall::$currentType != Wall::TYPE_SPACE): ?> in <strong><?php echo Helpers::truncateText($workspace->name, 25); ?></strong><?php endif; ?><br/>
|
||||
<br/>
|
||||
<a href="<?php echo $notification->getUrl(); ?>"><?php echo Yii::t('TasksModule.base', 'go to task'); ?></a>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user