From 79328b1cec4d69994b7043e6ad0e85d4c4b0030f Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Mon, 10 Mar 2025 14:38:00 +0100 Subject: [PATCH] Fix typo in inactive account template (#9356) --- src/documents/templates/account/account_inactive.html | 2 +- src/locale/en_US/LC_MESSAGES/django.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/documents/templates/account/account_inactive.html b/src/documents/templates/account/account_inactive.html index 4b7bd8922..ab6597451 100644 --- a/src/documents/templates/account/account_inactive.html +++ b/src/documents/templates/account/account_inactive.html @@ -6,7 +6,7 @@ {% endblock head_title %} {% block form_top_content %} -

{% translate "Account inactve." %}

+

{% translate "Account inactive." %}

{% endblock form_top_content %} {% block form_content %} diff --git a/src/locale/en_US/LC_MESSAGES/django.po b/src/locale/en_US/LC_MESSAGES/django.po index ed1da7376..4a1a4d261 100644 --- a/src/locale/en_US/LC_MESSAGES/django.po +++ b/src/locale/en_US/LC_MESSAGES/django.po @@ -1199,7 +1199,7 @@ msgid "Paperless-ngx account inactive" msgstr "" #: documents/templates/account/account_inactive.html:9 -msgid "Account inactve." +msgid "Account inactive." msgstr "" #: documents/templates/account/account_inactive.html:14