Fix small typo in user details page
This commit is contained in:
parent
064c7a3124
commit
eaaf3dfbca
|
@ -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" />
|
||||||
|
|
Loading…
Reference in New Issue