From e20b6376c9026af238c4e4bde4109c836054ec08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 8 Aug 2020 16:18:47 +0800 Subject: [PATCH] Revised the template of the account detail in the accounting application. --- accounting/templates/accounting/account_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounting/templates/accounting/account_detail.html b/accounting/templates/accounting/account_detail.html index 05192c3..e33cc27 100644 --- a/accounting/templates/accounting/account_detail.html +++ b/accounting/templates/accounting/account_detail.html @@ -145,7 +145,7 @@ First written: 2020/8/8 {{ child }} {% empty %} - {{ _("This subject is an end-point subject.")|force_escape }} + {{ _("This account is an end-point account.")|force_escape }} {% endfor %}