Skip to content

Commit

Permalink
feat: rename Assets tab to Owner Of (#9141)
Browse files Browse the repository at this point in the history
Co-authored-by: John Joyce <john@acryl.io>
  • Loading branch information
kushagra-apptware and jjoyce0510 committed Nov 1, 2023
1 parent 95d9ff2 commit 932eebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datahub-web-react/src/app/entity/group/GroupProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import NonExistentEntityPage from '../shared/entity/NonExistentEntityPage';
const messageStyle = { marginTop: '10%' };

export enum TabType {
Assets = 'Assets',
Assets = 'Owner Of',
Members = 'Members',
}

Expand Down
2 changes: 1 addition & 1 deletion datahub-web-react/src/app/entity/user/UserProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface Props {
}

export enum TabType {
Assets = 'Assets',
Assets = 'Owner Of',
Groups = 'Groups',
}
const ENABLED_TAB_TYPES = [TabType.Assets, TabType.Groups];
Expand Down

0 comments on commit 932eebe

Please sign in to comment.