Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3338170
D25942.1743599458.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
600 B
Referenced Files
None
Subscribers
None
D25942.1743599458.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D25942: Herald Transcripts: Use μs instead of us for microseconds
Attached
Detach File
Event Timeline
Log In to Comment