Skip to content

Commit

Permalink
Change Account settings item back to title case
Browse files Browse the repository at this point in the history
This fixes a regression caused when migrating to the new
GafaelfawrUserMenu.
  • Loading branch information
jonathansick committed Jul 10, 2024
1 parent d1a2b58 commit c4eeb75
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 c4eeb75

Please sign in to comment.