File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
44 "name" : " Web Activity Time Tracker" ,
55 "short_name" : " Web Time Tracker" ,
6- "version" : " 1.3.2 " ,
6+ "version" : " 1.3.4 " ,
77 "minimum_chrome_version" : " 26" ,
88
99 "description" : " Track and limit time your activity in the browser every day." ,
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ class UI {
206206 var limitIcon = this . createElement ( 'img' , [ 'margin-left-5' , 'tooltip' ] ) ;
207207 limitIcon . height = 15 ;
208208 limitIcon . src = '/icons/limit.png' ;
209- var tooltip = this . createElement ( 'span' , [ 'tooltiptext' ] , "Dayly limit is " + convertShortSummaryTimeToLongString ( item . time ) ) ;
209+ var tooltip = this . createElement ( 'span' , [ 'tooltiptext' ] , "Daily limit is " + convertShortSummaryTimeToLongString ( item . time ) ) ;
210210 divLimit = this . appendChild ( divLimit , [ limitIcon , tooltip ] ) ;
211211 spanUrl . appendChild ( divLimit ) ;
212212 }
You can’t perform that action at this time.
0 commit comments