Skip to content

Commit

Permalink
Rename "Admin settings" to "Admin" (#4045)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskus authored Jul 4, 2024
1 parent 505e2fe commit aff3ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions catalog/app/containers/NavBar/NavMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,7 @@ function useGetAuthItems() {

if (user.isAdmin) {
items.push(
ItemDescriptor.To(
urls.admin(),
<ItemContents icon="security" primary="Admin settings" />,
),
ItemDescriptor.To(urls.admin(), <ItemContents icon="security" primary="Admin" />),
)
}

Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Entries inside each section should be ordered by type:

## Catalog, Lambdas
* [Fixed] **SECURITY**: Remove `polyfill.io` references ([#4038](https://github.com/quiltdata/quilt/pull/4038))
* [Changed] Renamed "Admin settings" to "Admin" ([#4045](https://github.com/quiltdata/quilt/pull/4045))

# 6.0.0a5 - 2024-06-25
## Python API
Expand Down

0 comments on commit aff3ebe

Please sign in to comment.