From 9383f5484f7d5c8bddf7fe6bbecfb3f27d45534f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 27 Feb 2023 12:45:35 +0800 Subject: [PATCH] Revised aria-label in the templates, added necessary aria labels, removed excess aria labels, and added localization. --- src/accounting/templates/accounting/account/detail.html | 2 +- .../templates/accounting/account/include/form.html | 4 ++-- src/accounting/templates/accounting/account/list.html | 8 ++++---- .../templates/accounting/base-account/list.html | 4 ++-- src/accounting/templates/accounting/currency/detail.html | 2 +- src/accounting/templates/accounting/currency/list.html | 8 ++++---- .../templates/accounting/include/pagination.html | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/accounting/templates/accounting/account/detail.html b/src/accounting/templates/accounting/account/detail.html index b070a79..4ed48f9 100644 --- a/src/accounting/templates/accounting/account/detail.html +++ b/src/accounting/templates/accounting/account/detail.html @@ -67,7 +67,7 @@ First written: 2023/1/31