Revised the documentation to use the term "income and expenses log" instead of "income and expenses", for consistency.
This commit is contained in:
		| @@ -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. | ||||
|  | ||||
|   | ||||
| @@ -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. | ||||
|  | ||||
|   | ||||
| @@ -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 %} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user