File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
WooCommerce/Classes/ViewRelated/Dashboard/Analytics Hub/Time Range Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -92,14 +92,14 @@ public class AnalyticsHubTimeRangeSelection {
9292// MARK: - Time Range Selection Type
9393extension AnalyticsHubTimeRangeSelection {
9494 enum SelectionType : String , CaseIterable {
95- case today
96- case yesterday
97- case lastWeek
98- case lastMonth
99- case lastYear
100- case weekToDate
101- case monthToDate
102- case yearToDate
95+ case today = " Today "
96+ case yesterday = " Yesterday "
97+ case lastWeek = " Last Week "
98+ case lastMonth = " Last Month "
99+ case lastYear = " Last Year "
100+ case weekToDate = " Week to Date "
101+ case monthToDate = " Month to Date "
102+ case yearToDate = " Year to Date "
103103
104104 var description : String {
105105 switch self {
You can’t perform that action at this time.
0 commit comments