Skip to content

Commit

Permalink
fix(analytics): shift numbers to digits instead of words (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfukada authored Dec 10, 2024
1 parent dd86fdc commit 2aa7c4a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/analytics/analytics-chart/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,15 +201,15 @@
"llm_latency_average": "LLM Latency (avg)"
},
"granularityAxisTitles": {
"tenSecondly": "@timestamp per ten seconds",
"thirtySecondly": "@timestamp per thirty seconds",
"tenSecondly": "@timestamp per 10 seconds",
"thirtySecondly": "@timestamp per 30 seconds",
"minutely": "@timestamp per minute",
"fiveMinutely": "@timestamp per five minutes",
"tenMinutely": "@timestamp per ten minutes",
"thirtyMinutely": "@timestamp per thirty minutes",
"fiveMinutely": "@timestamp per 5 minutes",
"tenMinutely": "@timestamp per 10 minutes",
"thirtyMinutely": "@timestamp per 30 minutes",
"hourly": "@timestamp per hour",
"twoHourly": "@timestamp per two hours",
"twelveHourly": "@timestamp per twelve hours",
"twoHourly": "@timestamp per 2 hours",
"twelveHourly": "@timestamp per 12 hours",
"daily": "@timestamp per day",
"weekly": "@timestamp per week"
},
Expand Down

0 comments on commit 2aa7c4a

Please sign in to comment.