diff --git a/web/constants/estimates.ts b/web/constants/estimates.ts index 938dc0764..2cb7215fc 100644 --- a/web/constants/estimates.ts +++ b/web/constants/estimates.ts @@ -42,8 +42,8 @@ export const ESTIMATE_SYSTEMS: TEstimateSystems = { custom: { title: "Custom", values: [ - { id: undefined, key: 1, value: "1" }, - { id: undefined, key: 2, value: "2" }, + { id: undefined, key: 1, value: "Easy" }, + { id: undefined, key: 2, value: "Hard" }, ], hide: true, },