refactor: translate networth page title

This commit is contained in:
Herculino Trotta
2024-10-14 13:22:40 -03:00
parent 75b78bd2fa
commit 8a61946c16
+2 -1
View File
@@ -6,7 +6,7 @@
{% load static %} {% load static %}
{% load webpack_loader %} {% load webpack_loader %}
{% block title %}Net Worth{% endblock %} {% block title %}{% translate 'Net Worth' %}{% endblock %}
{% block content %} {% block content %}
<div class="container px-md-3 py-3 column-gap-5"> <div class="container px-md-3 py-3 column-gap-5">
@@ -180,6 +180,7 @@
...Object.fromEntries(accounts.map((account, i) => [ ...Object.fromEntries(accounts.map((account, i) => [
`y-axis-${i}`, `y-axis-${i}`,
{ {
beginAtZero: true,
type: 'linear', type: 'linear',
display: true, display: true,
position: i % 2 === 0 ? 'left' : 'right', position: i % 2 === 0 ? 'left' : 'right',