Skip to content

Commit b6ab900

Browse files
author
hkedia321
committed
Update readme
1 parent 5af0524 commit b6ab900

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/docs/screenshots/popup.png

1.66 KB
Loading

src/docs/screenshots/scrum.png

35 KB
Loading

src/scripts/scrumHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function scrumSubjectLoaded(){
149149
if(date<10)
150150
date="0"+date;
151151
var dateCode=year.toString()+month.toString()+date.toString();
152-
scrumSubject.value = "[Scrum] "+name+" - "+project+" - "+dateCode+" - FALSE";
152+
scrumSubject.value = "[Scrum] "+name+" - "+project+" - "+dateCode+" - False";
153153
}
154154

155155
// write PRs Reviewed

0 commit comments

Comments
 (0)