@@ -271,7 +271,7 @@ const Dashboard = () => {
271271 t ( 'dashboard.charts.requests.tooltip' ) ,
272272 ] }
273273 labelFormatter = { ( label ) =>
274- `${ t ( 'dashboard.tooltip.date' ) } : ${ formatDate ( label ) } `
274+ `${ t ( 'dashboard.statistics. tooltip.date' ) } : ${ formatDate ( label ) } `
275275 }
276276 />
277277 < Line
@@ -325,7 +325,7 @@ const Dashboard = () => {
325325 t ( 'dashboard.charts.quota.tooltip' ) ,
326326 ] }
327327 labelFormatter = { ( label ) =>
328- `${ t ( 'dashboard.tooltip.date' ) } : ${ formatDate ( label ) } `
328+ `${ t ( 'dashboard.statistics. tooltip.date' ) } : ${ formatDate ( label ) } `
329329 }
330330 />
331331 < Line
@@ -377,7 +377,7 @@ const Dashboard = () => {
377377 t ( 'dashboard.charts.tokens.tooltip' ) ,
378378 ] }
379379 labelFormatter = { ( label ) =>
380- `${ t ( 'dashboard.tooltip.date' ) } : ${ formatDate ( label ) } `
380+ `${ t ( 'dashboard.statistics. tooltip.date' ) } : ${ formatDate ( label ) } `
381381 }
382382 />
383383 < Line
@@ -422,7 +422,7 @@ const Dashboard = () => {
422422 boxShadow : '0 2px 8px rgba(0,0,0,0.1)' ,
423423 } }
424424 labelFormatter = { ( label ) =>
425- `${ t ( 'dashboard.tooltip.date' ) } : ${ formatDate ( label ) } `
425+ `${ t ( 'dashboard.statistics. tooltip.date' ) } : ${ formatDate ( label ) } `
426426 }
427427 />
428428 < Legend
0 commit comments