chore(ui): rename members tab to users in cloud
parent
0b5a6b68d6
commit
a86143a000
|
@ -44,7 +44,7 @@ class OrgNavigation extends PureComponent<Props> {
|
|||
link: `/orgs/${orgID}/members`,
|
||||
},
|
||||
{
|
||||
text: 'Members',
|
||||
text: 'Users',
|
||||
id: 'members-quartz',
|
||||
cloudOnly: true,
|
||||
link: `${CLOUD_URL}/organizations/${orgID}${CLOUD_USERS_PATH}`,
|
||||
|
|
Loading…
Reference in New Issue