fix(locale): month string not being shown

This commit is contained in:
Ash Monty 2022-09-25 10:20:37 +02:00
parent ad158dba1b
commit e6ad04ea2b
No known key found for this signature in database
GPG Key ID: 740B7C88251D49B6

View File

@ -62,7 +62,7 @@
</div>
</div>
<p class="price">
<span>{{this.price}}</span> / {{ locale.upgrade.month }}
<span>{{this.price}}</span> / {{ ../locale.upgrade.month }}
</p>
</label>
{{/each}}