Skip to content

Commit

Permalink
Issue webcompat#929 - AAdded trailing space in the message for error …
Browse files Browse the repository at this point in the history
…code 429
  • Loading branch information
deepthivenkat committed Apr 14, 2016
1 parent f74e23d commit 428d52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcompat/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
401: 'Unauthorized. Please log in.',
403: 'Forbidden. Maybe that looking at private stuff?',
404: 'Not Found. Lost in Punk Cat Space',
429: 'Cool your jets! Please wait {0} seconds before making'
429: 'Cool your jets! Please wait {0} seconds before making '
'another search.',
500: 'Internal Server Error'}

Expand Down

1 comment on commit 428d52b

@deepthivenkat
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r? @karlcow Done!

Please sign in to comment.