fix: typo in MembersListCard component
Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-org': patch
|
||||
---
|
||||
|
||||
Fixed typo in `MembersListCard` component
|
||||
@@ -192,7 +192,7 @@ export const MembersListCard = (_props: {
|
||||
) : (
|
||||
<Box p={2}>
|
||||
<Typography>
|
||||
This group has no ${memberDisplayTitle.toLocaleLowerCase()}.
|
||||
This group has no {memberDisplayTitle.toLocaleLowerCase()}.
|
||||
</Typography>
|
||||
</Box>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user