mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: remove underscore from builtin_time_grains label (#24567)
(cherry picked from commit a6e749da87)
This commit is contained in:
committed by
Michael S. Molina
parent
26909bf517
commit
744cf2ec29
@@ -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"),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user