1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Standardize on two-word form of "change log"

This commit is contained in:
Jeremy Stretch
2020-02-19 12:45:52 -05:00
parent 21473548a5
commit 2cf990bd92
31 changed files with 42 additions and 42 deletions

View File

@@ -49,7 +49,7 @@
</li>
{% if perms.extras.view_objectchange %}
<li role="presentation"{% if active_tab == 'changelog' %} class="active"{% endif %}>
<a href="{% url 'circuits:circuit_changelog' pk=circuit.pk %}">Changelog</a>
<a href="{% url 'circuits:circuit_changelog' pk=circuit.pk %}">Change Log</a>
</li>
{% endif %}
</ul>

View File

@@ -54,7 +54,7 @@
</li>
{% if perms.extras.view_objectchange %}
<li role="presentation"{% if active_tab == 'changelog' %} class="active"{% endif %}>
<a href="{% url 'circuits:provider_changelog' slug=provider.slug %}">Changelog</a>
<a href="{% url 'circuits:provider_changelog' slug=provider.slug %}">Change Log</a>
</li>
{% endif %}
</ul>