We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee8595 commit ade6fceCopy full SHA for ade6fce
1 file changed
‎src/pages/realtime-metrics.tsx‎
@@ -48,7 +48,7 @@ const formatCategory = (rawCategory: string) => {
48
value = 'æ— ';
49
}
50
if (key === 'hash') {
51
- return { label: `çƒæ›´åŒ…: ${value}`, attribute: 'hash', isTotal: false };
+ return { label: `å·²æ›´æ–°åˆ°çƒæ›´åŒ…: ${value}`, attribute: 'hash', isTotal: false };
52
53
if (key === 'packageVersion_buildTime') {
54
return {
0 commit comments