Update difficulty.ts

This commit is contained in:
user1823 2025-04-06 15:23:29 +05:30 committed by GitHub
parent fc6103ddda
commit 148153dcdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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),
},
];