Skip to content

Commit

Permalink
fix(migration): Fix typo in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
flooie committed Dec 3, 2024
1 parent 4fa1d2e commit 36799af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cl/search/migrations/0037_alter_citation_type_noop.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion cl/search/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 36799af

Please sign in to comment.