Change reward popunder (#10358)

* making add multiple tip reflect the task type

* removing duplicated key
This commit is contained in:
Brian Fenton
2018-05-18 10:11:04 -05:00
committed by Matteo Pagliazzi
parent 12034161b7
commit daa4994382
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
@focus="quickAddFocused = true", @blur="quickAddFocused = false",
)
transition(name="quick-add-tip-slide")
.quick-add-tip.small-text(v-show="quickAddFocused", v-html="$t('addMultipleTip')")
.quick-add-tip.small-text(v-show="quickAddFocused", v-html="$t('addMultipleTip', {taskType: $t(typeLabel)})")
clear-completed-todos(v-if="activeFilter.label === 'complete2' && isUser === true")
.column-background(
v-if="isUser === true",
@@ -370,7 +370,7 @@ export default {
let rewards = inAppRewards(this.user);
// Add season rewards if user is affected
// @TODO: Add buff coniditional
// @TODO: Add buff conditional
const seasonalSkills = {
snowball: 'salt',
spookySparkles: 'opaquePotion',