chore: remove underscore from builtin_time_grains label (#24567)

(cherry picked from commit a6e749da87)
This commit is contained in:
Gyuil Han
2023-07-07 22:43:49 +09:00
committed by Michael S. Molina
parent 26909bf517
commit 744cf2ec29

View File

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