Skip to content

Commit a80da88

Browse files
authored
Merge pull request Stigmatoz#26 from kimbo/k/improve-permissions-wording
improve wording for youtube/netflix permissions
2 parents fa63ad2 + b366d63 commit a80da88

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

src/options.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,12 @@
9898
</div>
9999
<!-- YouTube -->
100100
<div class="margin-top-10">
101-
<label class="block">Web Activity Time Tracker tracks your activity, if you active in browser
102-
(mouse
103-
or keyboard).
101+
<label class="block">Web Activity Time Tracker tracks your activity when you're active in
102+
the browser with your mouse or keyboard.
104103
In order for the extension to also track when you watch <span class="bold">a video on
105-
YouTube / Netflix</span>, you need grant
106-
permission to
107-
access the sites.
108-
It is necessary that extension will get access to DOM (Document Object Model).</label>
104+
YouTube / Netflix</span>, you need grant it
105+
permission to access these sites.
106+
The extension needs permission to access to the DOM (Document Object Model) to tell if a video is currently playing.</label>
109107
</div>
110108
<div class="margin-top-10">
111109
<label class="bold site-name">YouTube</label>
@@ -131,7 +129,7 @@
131129
</div>
132130
<div class="margin-top-10"><input type="button" value="Clear all data" id='clearAllData'></div>
133131
<div class="notify" id='notify' hidden>
134-
Data succeed deleted
132+
Data successfully deleted
135133
</div>
136134
</div>
137135
</div>
@@ -237,4 +235,4 @@
237235
</div>
238236
</body>
239237

240-
</html>
238+
</html>

0 commit comments

Comments
 (0)