diff --git a/webcompat/views.py b/webcompat/views.py index ac80018a9..1431450ae 100644 --- a/webcompat/views.py +++ b/webcompat/views.py @@ -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'}