Text changes at task module

This commit is contained in:
Andy Strobel 2014-04-22 11:44:35 +02:00
parent 205ae0d759
commit d00a275720
2 changed files with 2 additions and 2 deletions

View File

@ -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(); ?>

View File

@ -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>