mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Update difficulty.ts
This commit is contained in:
parent
fc6103ddda
commit
148153dcdb
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ export function prepareData(
|
|||
const xTickFormat = (num: number): string => localizedNumber(num, 0) + "%";
|
||||
const tableData = [
|
||||
{
|
||||
label: tr.statisticsAverageDifficulty(),
|
||||
label: tr.statisticsMedianDifficulty(),
|
||||
value: xTickFormat(data.average),
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue