fix(columns): task heading grammer (#8932)

This commit is contained in:
Sabe Jones 2017-08-09 13:58:59 -07:00 committed by GitHub
parent 5995dd235d
commit 8d040873a1

View file

@ -24,7 +24,7 @@
ref="columnBackground",
)
.svg-icon(v-html="icons[type]", :class="`icon-${type}`", v-once)
h3(v-once) {{$t('theseAreYourTasks', {taskType: `${type}s`})}}
h3(v-once) {{$t('theseAreYourTasks', {taskType: $t(types[type].label)})}}
.small-text {{$t(`${type}sDesc`)}}
</template>