mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
finish linting client
This commit is contained in:
@@ -17,7 +17,9 @@
|
||||
</h4>
|
||||
<div
|
||||
class="text"
|
||||
v-html="$t('hatchDialogText', { potionName: hatchablePet.potionName, eggName: hatchablePet.eggName, petName: hatchablePet.name })"
|
||||
v-html="$t('hatchDialogText', {
|
||||
potionName: hatchablePet.potionName,
|
||||
eggName: hatchablePet.eggName, petName: hatchablePet.name })"
|
||||
></div>
|
||||
</div>
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user