chore: remove underscore from builtin_time_grains label (#24567)
This commit is contained in:
parent
781a20423a
commit
a6e749da87
|
|
@ -106,7 +106,7 @@ builtin_time_grains: dict[str | None, str] = {
|
|||
TimeGrainConstants.WEEK_STARTING_SUNDAY: __("Week starting Sunday"),
|
||||
TimeGrainConstants.WEEK_STARTING_MONDAY: __("Week starting Monday"),
|
||||
TimeGrainConstants.WEEK_ENDING_SATURDAY: __("Week ending Saturday"),
|
||||
TimeGrainConstants.WEEK_ENDING_SUNDAY: __("Week_ending Sunday"),
|
||||
TimeGrainConstants.WEEK_ENDING_SUNDAY: __("Week ending Sunday"),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue