mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(columns): task heading grammer (#8932)
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
ref="columnBackground",
|
ref="columnBackground",
|
||||||
)
|
)
|
||||||
.svg-icon(v-html="icons[type]", :class="`icon-${type}`", v-once)
|
.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`)}}
|
.small-text {{$t(`${type}sDesc`)}}
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user