Skip to content

Commit 2a45192

Browse files
committed
Fixed spelling error
1 parent e973b57 commit 2a45192

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.",

src/scripts/ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)