diff --git a/common/locales/en/tasks.json b/common/locales/en/tasks.json index 5682c84be6..6f1f79e9a9 100644 --- a/common/locales/en/tasks.json +++ b/common/locales/en/tasks.json @@ -81,19 +81,19 @@ "dailiesRestingInInn": "You're Resting in the Inn! Your Dailies will NOT hurt you tonight, but they WILL still refresh every day. If you're in a quest, you won't deal damage/collect items until you check out of the Inn, but you can still be injured by a Boss if your Party mates skip their own Dailies.", "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these <%= linkStart %>sample Habits<%= linkEnd %>!", + "habitHelp3": "For inspiration, check out these sample Habits!", "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these <%= linkStart %>sample Dailies<%= linkEnd %>!", + "dailyHelp5": "For inspiration, check out these sample Dailies!", "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these <%= linkStart %>sample To-Dos<%= linkEnd %>!", + "toDoHelp4": "For inspiration, check out these sample To-Dos!", "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out <%= linkStart %>some samples here<%= linkEnd %>." + "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here." } diff --git a/website/views/shared/tasks/lists.jade b/website/views/shared/tasks/lists.jade index 189a88f40f..6b71c6140a 100644 --- a/website/views/shared/tasks/lists.jade +++ b/website/views/shared/tasks/lists.jade @@ -27,7 +27,7 @@ script(id='templates/habitrpg-tasks.html', type="text/ng-template") ul li!=env.t('habitHelp1', {plusIcon:""}) li!=env.t('habitHelp2', {minusIcon:""}) - li!=env.t('habitHelp3', {linkStart:"", linkEnd: ""}) + li!=env.t('habitHelp3') li!=env.t('newbieGuild', {linkStart:"", linkEnd: ""}) div(ng-switch-when='daily') ul @@ -35,21 +35,21 @@ script(id='templates/habitrpg-tasks.html', type="text/ng-template") li=env.t('dailyHelp2') li!=env.t('dailyHelp3', {emphasisStart:"", emphasisEnd:""}) li!=env.t('dailyHelp4', {linkStart:"", linkEnd:""}) - li!=env.t('dailyHelp5', {linkStart:"", linkEnd: ""}) + li!=env.t('dailyHelp5') li!=env.t('newbieGuild', {linkStart:"", linkEnd: ""}) div(ng-switch-when='todo') ul li=env.t('toDoHelp1') li=env.t('toDoHelp2') li=env.t('toDoHelp3') - li!=env.t('toDoHelp4', {linkStart:"", linkEnd: ""}) + li!=env.t('toDoHelp4') li!=env.t('newbieGuild', {linkStart:"", linkEnd: ""}) div(ng-switch-when='reward') ul li!=env.t('rewardHelp1', {linkStart:"", linkEnd: ""}) li!=env.t('rewardHelp2', {linkStart:"", linkEnd: ""}) li=env.t('rewardHelp3') - li!=env.t('rewardHelp4', {linkStart:"", linkEnd: ""}) + li!=env.t('rewardHelp4') li!=env.t('newbieGuild', {linkStart:"", linkEnd: ""}) // Todo Chart