Projet

Général

Profil

0001-trivial-replace-French-string-from-template-66372.patch

Frédéric Péters, 17 juin 2022 13:15

Télécharger (1,28 ko)

Voir les différences:

Subject: [PATCH] trivial: replace French string from template (#66372)

 lingo/pricing/templates/lingo/pricing/manager_agenda_list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
lingo/pricing/templates/lingo/pricing/manager_agenda_list.html
24 24
    {% for object in group.list %}
25 25
    <li>
26 26
      <a href="{% url 'lingo-manager-agenda-detail' object.pk %}">{{ object.label }} <span class="identifier">[{% trans "identifier:" %} {{ object.slug }}]</a>
27
      {% with chrono_url=object.get_chrono_url %}{% if chrono_url %}<a href="{{ chrono_url }}" class="link-action-icon link">{% trans "voir" %}</a>{% endif %}{% endwith %}
27
      {% with chrono_url=object.get_chrono_url %}{% if chrono_url %}<a href="{{ chrono_url }}" class="link-action-icon link">{% trans "view" %}</a>{% endif %}{% endwith %}
28 28
    </li>
29 29
    {% endfor %}
30 30
  </ul>
31
-