]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix typo in inactive account template (#9356)
authorDominik Schilling <dominikschilling+git@gmail.com>
Mon, 10 Mar 2025 13:38:00 +0000 (14:38 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Mar 2025 13:38:00 +0000 (06:38 -0700)
src/documents/templates/account/account_inactive.html
src/locale/en_US/LC_MESSAGES/django.po

index 4b7bd8922c93f1cba9a88002b543aee0fa61ce13..ab6597451f32ea1ce46ed3bc08607809dea8e5b5 100644 (file)
@@ -6,7 +6,7 @@
 {% endblock head_title %}
 
 {% block form_top_content %}
-    <h4>{% translate "Account inactve." %}</h4>
+    <h4>{% translate "Account inactive." %}</h4>
 {% endblock form_top_content %}
 
 {% block form_content %}
index ed1da7376c31f4ddda96fe071e9574b427e71c7a..4a1a4d261ad762c6d5efea0d1c440339d7e85bea 100644 (file)
@@ -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