summaryrefslogtreecommitdiff
path: root/app/Template
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-01-22 12:40:53 -0500
committerFrederic Guillot <fred@kanboard.net>2017-01-22 12:40:53 -0500
commitb906b91733f3f5e473845855f3ae1b504aa5671b (patch)
tree55ec1c14974765420aa6122eeb9c4ad5f1452e3e /app/Template
parent8e18c39db9dbb0d91e28006b972dbe331e6500b4 (diff)
Fix typos in PR #2950
Diffstat (limited to 'app/Template')
-rw-r--r--app/Template/comment/show.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/comment/show.php b/app/Template/comment/show.php
index 8a9c855b..f8d9607e 100644
--- a/app/Template/comment/show.php
+++ b/app/Template/comment/show.php
@@ -7,8 +7,8 @@
<strong class="comment-username"><?= $this->text->e($comment['name'] ?: $comment['username']) ?></strong>
<?php endif ?>
- <small class="comment-date"><?= t('Created At')?>: <?= $this->dt->datetime($comment['date_creation']) ?></small>
- <small class="comment-date"><?= t('Updated At')?>: <?= $this->dt->datetime($comment['date_modification']) ?></small>
+ <small class="comment-date"><?= t('Created at:') ?> <?= $this->dt->datetime($comment['date_creation']) ?></small>
+ <small class="comment-date"><?= t('Updated at:')?> <?= $this->dt->datetime($comment['date_modification']) ?></small>
</div>