We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29704ef commit 08147d5Copy full SHA for 08147d5
netbox/templates/base/layout.html
@@ -57,9 +57,8 @@ <h1 class="navbar-brand pb-0">
57
{{ settings.RELEASE.name }}
58
{% if not settings.RELEASE.features.commercial %}
59
<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>
+ <a href="https://netboxlabs.com/netbox-cloud/" class="text-muted">{% trans "Get" %} Cloud</a> |
+ <a href="https://netboxlabs.com/netbox-enterprise/" class="text-muted">{% trans "Get" %} Enterprise</a>
63
</div>
64
{% endif %}
65
0 commit comments