Page MenuHomePhorge

D25942.1743599458.diff
No OneTemporary

D25942.1743599458.diff

diff --git a/src/applications/herald/controller/HeraldTranscriptController.php b/src/applications/herald/controller/HeraldTranscriptController.php
--- a/src/applications/herald/controller/HeraldTranscriptController.php
+++ b/src/applications/herald/controller/HeraldTranscriptController.php
@@ -613,7 +613,7 @@
foreach ($profile as $frame) {
$cost = $frame['elapsed'];
$cost = 1000000 * $cost;
- $cost = pht('%sus', new PhutilNumber($cost));
+ $cost = pht('%s%ss', new PhutilNumber($cost), mb_chr(956, 'UTF-8'));
$type = $frame['type'];
switch ($type) {

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 2, 13:10 (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1267350
Default Alt Text
D25942.1743599458.diff (600 B)

Event Timeline