Merge pull request #8938 from djamaile/master
fix: typo in MembersListCard component
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