Skip to content

Commit ca15905

Browse files
committed
Update todayStats string value to match android name
1 parent 36611c9 commit ca15905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Analytics/WooAnalyticsEvent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@ extension WooAnalyticsEvent {
16141614
}
16151615

16161616
enum Name: String {
1617-
case todayStats = "today_stats"
1617+
case todayStats = "today-stats"
16181618
}
16191619

16201620
/// Event when a widget is tapped and opens the app.

0 commit comments

Comments
 (0)