diff --git a/src/types/enums/time_metrics.rs b/src/types/enums/time_metrics.rs index 4fb5b1f..55ae75e 100644 --- a/src/types/enums/time_metrics.rs +++ b/src/types/enums/time_metrics.rs @@ -21,7 +21,7 @@ impl TimeMetrics { "w" | "weeks" | "week" | "недель" | "недели" | "неделя" | "н" => { Self::Weeks(duration) } - "m" | "mounths" | "mounth" | "месяц" | "месяца" | "месяцев" | "мес" => { + "m" | "months" | "month" | "месяц" | "месяца" | "месяцев" | "мес" => { Self::Mounths(duration) } _ => Self::Days(duration),