Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Jan 9, 2024
1 parent 433c051 commit d5da61b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 22 deletions.
2 changes: 1 addition & 1 deletion app/templates/root.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h5 class="card-title">{% trans %}Check domain{% endtrans %}</h5>
{% endtrans %}
</p>
</div>
<a href="{{ url_for('check_domain_form') }}" class="btn btn-primary mt-auto">{% trans %}Check a domain{% endtrans %}</a>
<a href="{{ url_for('check_domain_form') }}" class="btn btn-primary mt-auto">{% trans %}Check domain{% endtrans %}</a>
</div>
</div>
{% endblock %}
14 changes: 1 addition & 13 deletions app/translations/en_US/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ msgid "Copied"
msgstr ""

#: app/templates/check_domain.html:9 app/templates/root.html:29
#: app/templates/root.html:38
msgid "Check domain"
msgstr ""

Expand Down Expand Up @@ -261,16 +262,3 @@ msgid ""
"<b>SPF</b> and <b>DMARC</b> mechanisms will be checked. To check DKIM, "
"you need to send a test e-mail."
msgstr ""

#: app/templates/root.html:38
msgid "Check a domain"
msgstr ""

#~ msgid ""
#~ "Verify your SPF and DMARC settings "
#~ "by providing a domain. Note: only "
#~ "the <b>SPF</b> and <b>DMARC</b> mechanisms "
#~ "will be checked - to check DKIM,"
#~ " you need to send a test "
#~ "e-mail."
#~ msgstr ""
5 changes: 1 addition & 4 deletions app/translations/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ msgid "Copied"
msgstr ""

#: app/templates/check_domain.html:9 app/templates/root.html:29
#: app/templates/root.html:38
msgid "Check domain"
msgstr ""

Expand Down Expand Up @@ -261,7 +262,3 @@ msgid ""
"<b>SPF</b> and <b>DMARC</b> mechanisms will be checked. To check DKIM, "
"you need to send a test e-mail."
msgstr ""

#: app/templates/root.html:38
msgid "Check a domain"
msgstr ""
5 changes: 1 addition & 4 deletions app/translations/pl_PL/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ msgid "Copied"
msgstr "Skopiowano"

#: app/templates/check_domain.html:9 app/templates/root.html:29
#: app/templates/root.html:38
msgid "Check domain"
msgstr "Sprawdź domenę"

Expand Down Expand Up @@ -298,7 +299,3 @@ msgstr ""
"domenę. W tym wypadku zostaną sprawdzone tylko mechanizmy <b>SPF</b> "
"i&nbsp;<b>DMARC</b> - dla sprawdzenia DKIM konieczne jest wysłanie "
"testowego e-maila."

#: app/templates/root.html:38
msgid "Check domain"
msgstr "Sprawdź domenę"

0 comments on commit d5da61b

Please sign in to comment.