diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-05-25 15:02:27 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-05-25 15:02:27 -0400 |
commit | f9753e91d288c4d87d6a83ffe994d312eae5a3fd (patch) | |
tree | 96877bed70873e55aa5139f0ac6245c817e5911d /app/Templates/comment_remove.php | |
parent | 9ddeb5d978db9b1f223c98bbe83ac40fc4474225 (diff) |
Add subtasks
Diffstat (limited to 'app/Templates/comment_remove.php')
-rw-r--r-- | app/Templates/comment_remove.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/comment_remove.php b/app/Templates/comment_remove.php index 02a23f93..6409d7c0 100644 --- a/app/Templates/comment_remove.php +++ b/app/Templates/comment_remove.php @@ -1,5 +1,5 @@ <div class="page-header"> - <h2><?= t('Add a comment') ?></h2> + <h2><?= t('Remove a comment') ?></h2> </div> <div class="confirm"> |