Skip to content

Commit df13a16

Browse files
committed
token note change
Signed-off-by: Vedansh Saini <[email protected]>
1 parent ecf12ff commit df13a16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/popup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ <h4>Your Github Token</h4>
118118
<span class="tooltip-container">
119119
<i class="fa fa-question-circle question-icon"></i>
120120
<span class="tooltip-bubble">
121-
<b>Why use a GitHub Token?</b><br>
122-
Using a personal access token allows the extension to make authenticated requests to GitHub, increasing your API rate limit and enabling access to private repositories (if you grant those permissions).<br><br>
121+
<b>Why is it recommended to add a GitHub token?</b><br>
122+
Scrum Helper works without a GitHub token, but adding a personal access token is recommended for a better experience. It raises your API limits, allows access to private repos (if permitted), and improves accuracy and speed. Tokens are stored locally and never sent to us and used only to fetch your git data. You can add one anytime in the extension settings.<br><br>
123123
<b>How to obtain:</b><br>
124124
1. Go to <a href="https://github.com/settings/tokens" target="_blank" style="color:#2563eb;text-decoration:underline;">GitHub Developer Settings</a>.<br>
125125
3. Click "Generate new token", select classic token<br>

0 commit comments

Comments
 (0)