1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Fix small typo in user details page

This commit is contained in:
Andrew Kingston 2021-05-21 13:49:25 +01:00
parent ba45481cd7
commit 2c1c407e81

View file

@ -84,7 +84,7 @@
<Heading>User: {$userFetch?.data?.email}</Heading> <Heading>User: {$userFetch?.data?.email}</Heading>
<Body> <Body>
Change user settings and update their app roles. Also contains the ability Change user settings and update their app roles. Also contains the ability
to delete the user as well as force reset their password.. to delete the user as well as force reset their password.
</Body> </Body>
</Layout> </Layout>
<Divider size="S" /> <Divider size="S" />