diff --git a/include/staff/templates/task-edit.tmpl.php b/include/staff/templates/task-edit.tmpl.php
index f86e8a70a4c751d92b23b5bf592849bb66b7c08a..5c8533eb900f32e965d08f538031b91dcf107a2a 100644
--- a/include/staff/templates/task-edit.tmpl.php
+++ b/include/staff/templates/task-edit.tmpl.php
@@ -2,7 +2,7 @@
 global $cfg;
 
 if (!$info['title'])
-    $info['title'] = sprintf(__('%s Tasks #%s'),
+    $info['title'] = sprintf(__('%s Task #%s'),
             __('Edit'), $task->getNumber()
             );