Skip to content
Snippets Groups Projects
Commit 9c726364 authored by Michael's avatar Michael
Browse files

Update task-edit.tmpl.php

One s too much here - it's singular and not plural when editing a task
parent bf7b0311
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
global $cfg; global $cfg;
if (!$info['title']) if (!$info['title'])
$info['title'] = sprintf(__('%s Tasks #%s'), $info['title'] = sprintf(__('%s Task #%s'),
__('Edit'), $task->getNumber() __('Edit'), $task->getNumber()
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment