Skip to content

Commit 43994fa

Browse files
authored
replace Namespace with Gateway in org permission (#1159)
1 parent 5390685 commit 43994fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nextapp/components/namespace-access/organization-groups-access.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const OrganizationGroupsAccess: React.FC<OrganizationGroupsAccessProps> = ({
136136
<Wrap>
137137
{d.scopes.map((t) => (
138138
<WrapItem key={t}>
139-
<Tag variant="outline">{t}</Tag>
139+
<Tag variant="outline">{t.replace(/Namespace/g, 'Gateway')}</Tag>
140140
</WrapItem>
141141
))}
142142
</Wrap>

0 commit comments

Comments
 (0)