Revised the documentation to use the term "income and expenses log" instead of "income and expenses", for consistency.

This commit is contained in:
2023-03-08 07:34:33 +08:00
parent b8b51b34d3
commit e7c43ae390
9 changed files with 20 additions and 20 deletions

View File

@ -1,6 +1,6 @@
{#
The Mia! Accounting Flask Project
income-expenses-row-desktop.html: The row in the income and expenses for the desktop computers
income-expenses-row-desktop.html: The row in the income and expenses log for the desktop computers
Copyright (c) 2023 imacat.

View File

@ -1,6 +1,6 @@
{#
The Mia! Accounting Flask Project
income-expenses-row-mobile.html: The row in the income and expenses for the mobile devices
income-expenses-row-mobile.html: The row in the income and expenses log for the mobile devices
Copyright (c) 2023 imacat.

View File

@ -1,6 +1,6 @@
{#
The Mia! Accounting Flask Project
income-expenses.html: The income and expenses
income-expenses.html: The income and expenses log
Copyright (c) 2023 imacat.
@ -27,7 +27,7 @@ First written: 2023/3/5
<script src="{{ url_for("accounting.static", filename="js/table-row-link.js") }}"></script>
{% endblock %}
{% block header %}{% block title %}{{ _("Income and Expenses of %(account)s in %(currency)s %(period)s", currency=report.currency.name|title, account=report.account|title, period=report.period.desc|title) }}{% endblock %}{% endblock %}
{% block header %}{% block title %}{{ _("Income and Expenses Log of %(account)s in %(currency)s %(period)s", currency=report.currency.name|title, account=report.account|title, period=report.period.desc|title) }}{% endblock %}{% endblock %}
{% block content %}