diff --git a/src/accounting/templates/accounting/journal-entry/disbursement/detail.html b/src/accounting/templates/accounting/journal-entry/disbursement/detail.html
index 6c54747..a3e3bce 100644
--- a/src/accounting/templates/accounting/journal-entry/disbursement/detail.html
+++ b/src/accounting/templates/accounting/journal-entry/disbursement/detail.html
@@ -2,7 +2,7 @@
The Mia! Accounting Project
detail.html: The cash disbursement journal entry detail
- Copyright (c) 2023 imacat.
+ Copyright (c) 2023-2026 imacat.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ First written: 2023/2/26
#}
{% extends "accounting/journal-entry/include/detail.html" %}
-{% block as_trasfer %}
+{% block as_transfer %}
{{ A_("As Transfer") }}
diff --git a/src/accounting/templates/accounting/journal-entry/include/detail.html b/src/accounting/templates/accounting/journal-entry/include/detail.html
index a301990..69d4191 100644
--- a/src/accounting/templates/accounting/journal-entry/include/detail.html
+++ b/src/accounting/templates/accounting/journal-entry/include/detail.html
@@ -2,7 +2,7 @@
The Mia! Accounting Project
detail.html: The account detail
- Copyright (c) 2023 imacat.
+ Copyright (c) 2023-2026 imacat.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -41,7 +41,7 @@ First written: 2023/2/26
{{ A_("Order") }}
{% if accounting_can_edit() %}
- {% block as_trasfer %}{% endblock %}
+ {% block as_transfer %}{% endblock %}
{% if obj.can_delete %}