mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Update text in Tab UI on "Team details" page (#3600)
- Update to plural "Members"
This commit is contained in:
parent
1591315045
commit
a2c5efcc2f
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ interface ITeamDetailsSubNavItem {
|
|||
|
||||
const teamDetailsSubNav: ITeamDetailsSubNavItem[] = [
|
||||
{
|
||||
name: "Member",
|
||||
name: "Members",
|
||||
getPathname: PATHS.TEAM_DETAILS_MEMBERS,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue