From 97966805faeb17bd646494ae91e0bbeb32816a48 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Wed, 26 Mar 2025 16:13:11 +0100 Subject: [PATCH] Fix typo in Arithmetic (#24786) Fix type in Arithmetic --- src/data/recorder.ts | 2 +- src/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/recorder.ts b/src/data/recorder.ts index 260f02f32b..67fd71b215 100644 --- a/src/data/recorder.ts +++ b/src/data/recorder.ts @@ -38,7 +38,7 @@ export interface Statistic { export enum StatisticMeanType { NONE = 0, - ARIMETHIC = 1, + ARITHMETIC = 1, CIRCULAR = 2, } diff --git a/src/translations/en.json b/src/translations/en.json index ebe92fa7a4..9052d42df1 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -8129,7 +8129,7 @@ }, "mean_type": { "0": "None", - "1": "Arimethic", + "1": "Arithmetic", "2": "Circular" }, "fix_issue": {