Skip to content

Commit

Permalink
feat: rename warehouse to cad trust
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Sep 22, 2023
1 parent a2b6dfb commit 18b7978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blocks/LeftNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const LeftNav = withTheme(({ children, theme }) => {
<StyledTitleContainer>
<WarehouseIcon height={24} width={24} color="#6e7d7f" />
<ButtonText color={theme.colors.default.primary}>
<FormattedMessage id="warehouse" />
<FormattedMessage id="cadt" />
</ButtonText>
</StyledTitleContainer>
<MenuItem selected={isProjectsPage && !isMyRegistryPage} to="/projects">
Expand Down
1 change: 1 addition & 0 deletions src/translations/tokens/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
"no-failed": "No failed data at this time",
"projects": "Projects",
"warehouse": "Warehouse",
"cadt": "CAD Trust",
"units": "Units",
"storybook": "Storybook",
"current-registry": "Current Registry",
Expand Down

0 comments on commit 18b7978

Please sign in to comment.