Skip to content

Commit f6db0f9

Browse files
Update feedback/models.py
1 parent f11ddc3 commit f6db0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feedback/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def format_notification_message(self):
6161
f"<!here> New Feedback Received : \n" # noqa: E203
6262
f"Name: {self.name}\n"
6363
f"Email: {self.email}\n"
64-
f"Dropdwon Choice: {dropdown_option_text}\n"
64+
f"Dropdown Choice: {dropdown_option_text}\n"
6565
f"Subject: {self.subject}\n"
6666
f"Comments: {self.comments}\n"
6767
f"Source: {self.source}\n"

0 commit comments

Comments
 (0)