From 36799afdd4fa843361d46c18814cb14744c209b5 Mon Sep 17 00:00:00 2001 From: William Palin Date: Tue, 3 Dec 2024 15:16:13 -0500 Subject: [PATCH] fix(migration): Fix typo in help text --- cl/search/migrations/0037_alter_citation_type_noop.py | 4 ++-- cl/search/models.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cl/search/migrations/0037_alter_citation_type_noop.py b/cl/search/migrations/0037_alter_citation_type_noop.py index b15081ffd0..c06aa09e6b 100644 --- a/cl/search/migrations/0037_alter_citation_type_noop.py +++ b/cl/search/migrations/0037_alter_citation_type_noop.py @@ -37,7 +37,7 @@ class Migration(migrations.Migration): (8, "A vendor neutral citation (e.g. 2013 FL 1)"), ( 9, - "A law journal citation within a scholarly or professional legal periodical (e.g. 95 Yale L.J. 5; 72 Soc.Sec.Rep.Serv. 318", + "A law journal citation within a scholarly or professional legal periodical (e.g. 95 Yale L.J. 5; 72 Soc.Sec.Rep.Serv. 318)", ), ], help_text="The type of citation that this is.", @@ -70,7 +70,7 @@ class Migration(migrations.Migration): (8, "A vendor neutral citation (e.g. 2013 FL 1)"), ( 9, - "A law journal citation within a scholarly or professional legal periodical (e.g. 95 Yale L.J. 5; 72 Soc.Sec.Rep.Serv. 318", + "A law journal citation within a scholarly or professional legal periodical (e.g. 95 Yale L.J. 5; 72 Soc.Sec.Rep.Serv. 318)", ), ], help_text="The type of citation that this is.", diff --git a/cl/search/models.py b/cl/search/models.py index 9f7286c1c8..858ff08653 100644 --- a/cl/search/models.py +++ b/cl/search/models.py @@ -3286,7 +3286,7 @@ class Citation(models.Model): JOURNAL, "A law journal citation within a scholarly or professional " "legal periodical (e.g. 95 Yale L.J. 5; " - "72 Soc.Sec.Rep.Serv. 318", + "72 Soc.Sec.Rep.Serv. 318)", ), ) cluster = models.ForeignKey(