Skip to content

Commit

Permalink
replace Namespace with Gateway in org permission (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux authored Aug 29, 2024
1 parent 5390685 commit 43994fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const OrganizationGroupsAccess: React.FC<OrganizationGroupsAccessProps> = ({
<Wrap>
{d.scopes.map((t) => (
<WrapItem key={t}>
<Tag variant="outline">{t}</Tag>
<Tag variant="outline">{t.replace(/Namespace/g, 'Gateway')}</Tag>
</WrapItem>
))}
</Wrap>
Expand Down

0 comments on commit 43994fa

Please sign in to comment.