style: Add spaces between words

This commit is contained in:
giorgoslytos 2024-02-21 13:36:55 +02:00
parent de47525d7c
commit b95c12772d

View File

@ -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}