syntax error on my part
This commit is contained in:
+1
-3
@@ -3,8 +3,6 @@
|
||||
"_commentfrontpage":"HABITRPG FRONT PAGE",
|
||||
"synopsis" : "A habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor.",
|
||||
"playButton" : "Play",
|
||||
""
|
||||
|
||||
|
||||
|
||||
"_commenttut": "TUTORIAL/TOUR",
|
||||
@@ -22,7 +20,7 @@
|
||||
"tour5Title" : "Rewards",
|
||||
"tour5Text" : "As you complete goals, you earn gold to buy rewards. Buy them liberally - rewards are integrals in forming good habits. ",
|
||||
"tour6Title" : "Hover over comments",
|
||||
"tour6Text" : "Different task-types have special properties. Hover over each task's comment for more information. When you're ready to get started, delete the existing tasks and add your own.",
|
||||
"tour6Text" : "Different task-types have special properties. Hover over each task's comment for more information. When you're ready to get started, delete the existing tasks and add your own.",
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="module">
|
||||
<div class="task-column habits">
|
||||
<app:tasks:task-list
|
||||
header="Habits"
|
||||
header="habits"
|
||||
type="habit"
|
||||
inputValue={_newHabit}
|
||||
placeHolder="New Habit"
|
||||
@@ -32,7 +32,7 @@
|
||||
<div class="module">
|
||||
<div class="task-column dailys">
|
||||
<app:tasks:task-list
|
||||
header="Dailies"
|
||||
header="dailies"
|
||||
type="daily"
|
||||
inputValue={_newDaily}
|
||||
placeHolder="New Daily"
|
||||
@@ -62,7 +62,7 @@
|
||||
|
||||
|
||||
<app:tasks:task-list
|
||||
header="Todos"
|
||||
header="todos"
|
||||
type="todo"
|
||||
inputValue="{_newTodo}"
|
||||
placeHolder="New Todo"
|
||||
@@ -102,7 +102,7 @@
|
||||
{{/}}
|
||||
|
||||
<app:tasks:task-list
|
||||
header="Rewards"
|
||||
header="rewards"
|
||||
type="reward"
|
||||
inputValue="{_newReward}"
|
||||
placeHolder="New Reward"
|
||||
|
||||
Reference in New Issue
Block a user