From 1ea4b0b6f52f7a403aab958bd91d314706775e55 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:54:54 -0600 Subject: [PATCH] auditlog -=> log entry --- src/registrar/templates/admin/model_descriptions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/templates/admin/model_descriptions.html b/src/registrar/templates/admin/model_descriptions.html index f87bf61ca..5599baf18 100644 --- a/src/registrar/templates/admin/model_descriptions.html +++ b/src/registrar/templates/admin/model_descriptions.html @@ -57,7 +57,7 @@ a corresponding record within the Users table. Updating someone’s contact information here will not affect that person’s Login.gov information.

- {% elif opts.model_name == 'auditlog' %} + {% elif opts.model_name == 'logentry' %}

Log entries represent instances where something was created, updated, or deleted within the registrar or /admin. The table on this page is useful for searching actions across all records.