mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-20 13:52:40 +01:00
Fix escaped HTML in burnup report
Summary: Fixes T4378. I just removed the `<em>` since this element is unusual and it's not convenient to switch it to translatable remarkup. Test Plan: stared at it real good Reviewers: btrahan Reviewed By: btrahan CC: aran, chrisbolt Maniphest Tasks: T4378 Differential Revision: https://secure.phabricator.com/D8155
This commit is contained in:
parent
eef2727ea6
commit
a2687caa33
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ final class ManiphestReportController extends ManiphestController {
|
|||
|
||||
if ($handle) {
|
||||
$inst = pht(
|
||||
"NOTE: This table reflects tasks <em>currently</em> in ".
|
||||
"NOTE: This table reflects tasks currently in ".
|
||||
"the project. If a task was opened in the past but added to ".
|
||||
"the project recently, it is counted on the day it was ".
|
||||
"opened, not the day it was categorized. If a task was part ".
|
||||
|
|
Loading…
Reference in a new issue