File tree Expand file tree Collapse file tree
src/entries/contentScript/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 "yourDashboard" : " Your Dashboard"
1616 },
1717 "analytics" : {
18- "clicks" : " Unique views " ,
18+ "clicks" : " Clicks " ,
1919 "ctaCreator" : " Get Creator+ to see more analytics" ,
2020 "liveAvg" : " Live Avg" ,
2121 "livePeak" : " Live Peak" ,
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ function AnalyticsNotice() {
9999 titleCompact = { t ( 'analytics.titleCompact' ) }
100100 color = "brand-creator"
101101 compact = { compact }
102- preview = { ( isSubscribed && ! ! video ) ? t ( 'analytics.preview' , { views : video ?. analytics_aggregated . sum_unique_views || 0 } ) : null }
102+ preview = { ( isSubscribed && ! ! video ) ? t ( 'analytics.preview' , { count : video ?. analytics_aggregated . sum_unique_views || 0 } ) : null }
103103 >
104104 < div className = "flex justify-between" >
105105 { isSubscribed && (
You can’t perform that action at this time.
0 commit comments