mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-17 02:01:25 +02:00
refactor: translate networth page title
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{% load static %}
|
||||
{% load webpack_loader %}
|
||||
|
||||
{% block title %}Net Worth{% endblock %}
|
||||
{% block title %}{% translate 'Net Worth' %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container px-md-3 py-3 column-gap-5">
|
||||
@@ -180,6 +180,7 @@
|
||||
...Object.fromEntries(accounts.map((account, i) => [
|
||||
`y-axis-${i}`,
|
||||
{
|
||||
beginAtZero: true,
|
||||
type: 'linear',
|
||||
display: true,
|
||||
position: i % 2 === 0 ? 'left' : 'right',
|
||||
|
||||
Reference in New Issue
Block a user