Skip to content

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Jan 9, 2024
1 parent 258cda3 commit da461f1
Showing 1 changed file with 3 additions and 3 deletions.
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 da461f1

Please sign in to comment.