Skip to content

Commit

Permalink
grammar fix (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet authored Jan 9, 2024
1 parent 9862c0b commit 5e87d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified .github/screenshots/check_results.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions app/templates/check_results.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
<h3>
{% if not envelope_domain or not from_domain or from_domain == envelope_domain %}
{% if not envelope_domain %}
{% trans %}Domain{% endtrans %} {{ from_domain }}
{% trans %}Domain{% endtrans %}: {{ from_domain }}
{% elif not from_domain %}
{% trans %}Domain{% endtrans %} {{ envelope_domain }}
{% trans %}Domain{% endtrans %}: {{ envelope_domain }}
{% elif from_domain == envelope_domain %}
{% trans %}Domain{% endtrans %} {{ envelope_domain }}
{% trans %}Domain{% endtrans %}: {{ envelope_domain }}
{% endif %}
-
{% trans %}e-mail sender verification mechanisms check results:{% endtrans %}
Expand Down

0 comments on commit 5e87d8f

Please sign in to comment.