Skip to content

Commit 0c9aec2

Browse files
committed
Update migration to reflect typo fix.
1 parent a8a7d40 commit 0c9aec2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/notifications/migrations/0009_alter_communityresponsesubscriber_fields.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 4.2.14 on 2025-01-01 00:02
1+
# Generated by Django 4.2.14 on 2025-01-02 19:57
22

33
from django.db import migrations, models
44

@@ -58,8 +58,8 @@ class Migration(migrations.Migration):
5858
("General Community Services", "General Community Services"),
5959
("Healthcare", "Healthcare"),
6060
(
61-
"Immigrante/Refugee/Communities that speak languages other than English",
62-
"Immigrante/Refugee/Communities that speak languages other than English",
61+
"Immigrant/Refugee/Communities that speak languages other than English",
62+
"Immigrant/Refugee/Communities that speak languages other than English",
6363
),
6464
("Live Bird Market", "Live Bird Market"),
6565
("Mental/Behavioral Health", "Mental/Behavioral Health"),

0 commit comments

Comments
 (0)