chore: remove underscore from builtin_time_grains label (#24567)

This commit is contained in:
Gyuil Han 2023-07-07 22:43:49 +09:00 committed by GitHub
parent 781a20423a
commit a6e749da87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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