Skip to content

Commit 1f28524

Browse files
committed
fix: split column names
1 parent 0daf1d8 commit 1f28524

File tree

1 file changed

+5
-5
lines changed
  • src/containers/Tenant/Diagnostics/TopQueries/columns/i18n

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"cpu-time": "CPUTime",
3-
"read-rows": "ReadRows",
4-
"read-bytes": "ReadBytes",
5-
"query-hash": "QueryHash",
2+
"cpu-time": "CPU Time",
3+
"read-rows": "Read Rows",
4+
"read-bytes": "Read Bytes",
5+
"query-hash": "Query Hash",
66
"user": "User",
77
"start-time": "Start time",
88
"end-time": "End time",
99
"duration": "Duration",
1010
"query-text": "Query text",
1111
"application": "Application",
12-
"request-units": "RequestUnits"
12+
"request-units": "Request Units"
1313
}

0 commit comments

Comments
 (0)