Skip to content

Commit

Permalink
TMP: test string change
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed May 23, 2024
1 parent 7ebe58d commit f4ecd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/olympia/abuse/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, *args, **kwargs):

def clean_email(self):
if (email := self.cleaned_data['email']) != self.expected_email:
raise forms.ValidationError(_('Invalid email provided.'))
raise forms.ValidationError(_('Invalid banana provided.'))
return email


Expand Down

0 comments on commit f4ecd47

Please sign in to comment.