Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #240 from Decathlon/fix/english-message
Browse files Browse the repository at this point in the history
fix: correct english message
  • Loading branch information
RouxAntoine authored Aug 17, 2023
2 parents b6b1551 + 5530f3c commit c017675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tapiriik/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ msgstr ""
"RGPD dans le sujet de l'email."

#: tapiriik/web/templates/static/contact.html:12
msgid "the support form for other depend"
msgid "Support form for others demand"
msgstr "Formulaire de support pour tout autre demande"

#: tapiriik/web/templates/static/faq.html:6
Expand Down
2 changes: 1 addition & 1 deletion tapiriik/web/templates/static/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

{% block content %}
<p>{% trans "If you are having issues with your account" %}, <b>{% trans "please check" %} <a href="{% url 'activities_dashboard' %}">{% trans "the activity dashboard" %}</a></b> - {% trans "it'll do its best to tell you what went wrong" %}.</p>
<a href="https://decathlon.volvox.rs/custom_forms/20?&lang=fr-FR">{% trans "the support form for other depend" %}</a>
<a href="https://decathlon.volvox.rs/custom_forms/20?&lang=fr-FR">{% trans "Support form for others demand" %}</a>
<p>{% trans "If you are making an enquiry regarding the European Union's General Data Protection Regulation, please mention &quot;GDPR&quot; in the subject line." %}</p>
{% endblock %}

0 comments on commit c017675

Please sign in to comment.