Skip to content

Commit 08147d5

Browse files
committed
Tweak link text
1 parent 29704ef commit 08147d5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

netbox/templates/base/layout.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ <h1 class="navbar-brand pb-0">
5757
{{ settings.RELEASE.name }}
5858
{% if not settings.RELEASE.features.commercial %}
5959
<div>
60-
{% trans "Get" %}
61-
<a href="https://netboxlabs.com/netbox-cloud/" class="text-muted">Cloud</a> |
62-
<a href="https://netboxlabs.com/netbox-enterprise/" class="text-muted">Enterprise</a>
60+
<a href="https://netboxlabs.com/netbox-cloud/" class="text-muted">{% trans "Get" %} Cloud</a> |
61+
<a href="https://netboxlabs.com/netbox-enterprise/" class="text-muted">{% trans "Get" %} Enterprise</a>
6362
</div>
6463
{% endif %}
6564
</div>

0 commit comments

Comments
 (0)