Skip to content

Commit

Permalink
[#2379] Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Jul 4, 2024
1 parent b426146 commit 9d55a63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/open_inwoner/conf/locale/nl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -6552,7 +6552,7 @@ msgstr "Zoekindex opnieuw opbouwen"
#: open_inwoner/search/tests/test_feedback.py:192
#: open_inwoner/search/views.py:158
msgid ""
"Thank you for your feedback, it will help us to improve our search engine."
"Thank you for your feedback, it will help us improve our search engine."
msgstr ""
"Dank u voor uw feedback, hiermee kunnen wij de omgeving verder verbeteren."

Expand Down
2 changes: 1 addition & 1 deletion src/open_inwoner/search/tests/test_feedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,6 @@ def test_feedback_form_not_displayed_after_submit(self):
self.assertEqual(
message.message,
_(
"Thank you for your feedback, it will help us to improve our search engine."
"Thank you for your feedback, it will help us improve our search engine."
),
)
2 changes: 1 addition & 1 deletion src/open_inwoner/search/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def form_valid(self, form):
self.request,
messages.SUCCESS,
_(
"Thank you for your feedback, it will help us to improve our search engine."
"Thank you for your feedback, it will help us improve our search engine."
),
)
redirect = furl(reverse("search:search"))
Expand Down

0 comments on commit 9d55a63

Please sign in to comment.