Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes company in the header to organization #8988

Merged
merged 1 commit into from
Jun 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/dashboard/templates/shared/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<div class="nav-item gc-nav-item dropdown px-md-2 px-lg-3 interior my-auto">
<a class="nav-link gc-nav-link px-3 px-md-0" href="#" id="dropdownCompany" role="button"
data-menu="company" aria-haspopup="true" aria-expanded="false">
{% trans "Company" %}
{% trans "Organization" %}
</a>
<div class="gc-mobile-spacer gc-mobile-spacer-company gc-menu-background-clr d-none"></div>
</div>
Expand Down