fix: typo in MembersListCard component

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2022-01-14 16:41:24 +01:00
parent 0a51b21328
commit 2908a41b9b
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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>
)}