mirror of https://github.com/espruino/BangleApps
Update app.js
parent
27d6303783
commit
60f4cd8f9d
|
@ -67,7 +67,7 @@ function checkUnfinishedHomeworkAssembler() {
|
|||
var hwcount = Object.keys(homework.homework).length;
|
||||
mainCheckHomeworkMenu = {
|
||||
'': {
|
||||
'title': 'Archived HW:'
|
||||
'title': 'Unfinished HW:'
|
||||
}
|
||||
};
|
||||
// This code snippet gets the unfinished HW and puts it in mainCheckHomeworkMenu
|
||||
|
@ -95,7 +95,7 @@ function checkFinishedHomeworkAssembler() {
|
|||
var hwcount = Object.keys(homework.homework).length;
|
||||
mainCheckHomeworkMenu = {
|
||||
'': {
|
||||
'title': 'Unfinished HW:'
|
||||
'title': 'Archived HW:'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue