add message about clearing completed todos if length>100

This commit is contained in:
Tyler Renelle
2013-11-05 18:40:23 -08:00
parent 3dde30076c
commit 22b70b9a0a
2 changed files with 5 additions and 2 deletions

View File

@@ -139,9 +139,9 @@ habitrpg
type: 'daily',
placeHolder: 'New Daily'
}, {
header: 'Todos',
header: 'To-Dos',
type: 'todo',
placeHolder: 'New Todo'
placeHolder: 'New To-Do'
}, {
header: 'Rewards',
type: 'reward',