Skip to content

Commit

Permalink
Merge pull request #169 from lsst-sqre/tickets/DM-44392
Browse files Browse the repository at this point in the history
DM-44392: Change Account settings item back to title case
  • Loading branch information
jonathansick authored Jul 10, 2024
2 parents d1a2b58 + c4eeb75 commit 0b1f0c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/orange-roses-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'squareone': patch
---

Change "Account settings" menu item to title case.
2 changes: 1 addition & 1 deletion apps/squareone/src/components/Header/UserMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function UserMenu({ pageUrl }) {
<GafaelfawrUserMenu currentUrl={pageUrl}>
{coManageRegistryUrl && (
<GafaelfawrUserMenu.Link href={coManageRegistryUrl}>
Account Settings
Account settings
</GafaelfawrUserMenu.Link>
)}
<GafaelfawrUserMenu.Link href="/auth/tokens">
Expand Down

0 comments on commit 0b1f0c6

Please sign in to comment.