summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/charts/notes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api/endpoints/charts/notes.ts')
-rw-r--r--src/server/api/endpoints/charts/notes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints/charts/notes.ts b/src/server/api/endpoints/charts/notes.ts
index 06ed3b7d41..a9dc068260 100644
--- a/src/server/api/endpoints/charts/notes.ts
+++ b/src/server/api/endpoints/charts/notes.ts
@@ -10,7 +10,7 @@ export const meta = {
params: {
span: $.str.or(['day', 'hour']).note({
desc: {
- 'ja-JP': '集計のスパン'
+ 'ja-JP': '集計のスパン (day または hour)'
}
}),