style: Add spaces between words
This commit is contained in:
parent
de47525d7c
commit
b95c12772d
@ -76,7 +76,7 @@ export default function Applications(props: PageProps<Extract<KcContext, { pageI
|
|||||||
<span key={clientRole.roleName}>
|
<span key={clientRole.roleName}>
|
||||||
{clientRole.roleDescription
|
{clientRole.roleDescription
|
||||||
? advancedMsg(clientRole.roleDescription)
|
? advancedMsg(clientRole.roleDescription)
|
||||||
: advancedMsg(clientRole.roleName)}
|
: advancedMsg(clientRole.roleName)}{" "}
|
||||||
{msg("inResource")}{" "}
|
{msg("inResource")}{" "}
|
||||||
<strong>
|
<strong>
|
||||||
{clientRole.clientName ? advancedMsg(clientRole.clientName) : clientRole.clientId}
|
{clientRole.clientName ? advancedMsg(clientRole.clientName) : clientRole.clientId}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user