Skip to content

Commit d8ddc72

Browse files
author
Éric Araujo
committed
avoid identical text for all links
1 parent 2619283 commit d8ddc72

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

templates/index.html.jinja

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
<p style="text-align: center;">
1616
{% if project.built %}
17-
<a href="https://docs.python.org/{{ project.language.code }}/3/" style="color: #1595fe;">View</a>
17+
<a href="https://docs.python.org/{{ project.language.code }}/3/" style="color: #1595fe;">View {{ project.language.name }}</a>
1818
1919
{% endif %}
2020
{% if project.contribution_link %}
21-
<a href="{{ project.contribution_link }}" style="color: #1595fe;">Contribute</a>
21+
<a href="{{ project.contribution_link }}" style="color: #1595fe;">Contribute to {{ project.language.name }}</a>
2222
{% elif project.uses_platform %}
23-
<a href="https://app.transifex.com/join/?o=python-doc&p=python-newest&t=opensource" style="color: #1595fe;">Contribute</a>
23+
<a href="https://app.transifex.com/join/?o=python-doc&p=python-newest&t=opensource" style="color: #1595fe;">Contribute to {{ project.language.name }}</a>
2424
{% else %}
25-
<a href="https://devguide.python.org/documentation/translations/translating/" style="color: #1595fe;">Contribute</a>
25+
<a href="https://devguide.python.org/documentation/translations/translating/" style="color: #1595fe;">Contribute to {{ project.language.name }}</a>
2626
{% endif %}
2727
</p>
2828
<div class="progress-bar-container">

0 commit comments

Comments
 (0)