mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
networks: Apply translation to a tooltip.
Helps: #1938 It also corrects the transliteration of another tooltip. Signed-off-by: Fioddor Superconcentrado <fioddor@gmail.com> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
13c427ce96
commit
20f0b25ff5
@ -71,7 +71,7 @@
|
||||
class="network-type-icon" alt="{% trans "Wi-Fi" %}"/>
|
||||
{% endif %}
|
||||
<a href="{% url 'networks:show' connection.uuid %}"
|
||||
title="{% blocktrans %}Show connection {{ connection.name }}{% endblocktrans %}">
|
||||
title="{% blocktrans with name=connection.name %}Show connection {{ name }}{% endblocktrans %}">
|
||||
{{ connection.name }} ({{ connection.interface_name }})</a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
<a class="connection-show-label"
|
||||
href="{% url 'networks:show' connection.uuid %}"
|
||||
title="Show connection {{ connection.name }}">
|
||||
title="{% blocktrans with name=connection.name %}Show connection {{ name }}{% endblocktrans %}">
|
||||
{{ connection.name }}
|
||||
</a>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user