Skip to content

Commit 31f16c7

Browse files
committed
MIR-1336 Added blank after colon
1 parent 703d402 commit 31f16c7

File tree

1 file changed

+2
-2
lines changed
  • mir-module/src/main/resources/xsl

1 file changed

+2
-2
lines changed

mir-module/src/main/resources/xsl/user.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,10 @@
434434
<xsl:template name="user-display-name">
435435
<xsl:choose>
436436
<xsl:when test="/user/realName">
437-
<xsl:value-of select="/user/realName"/>
437+
<xsl:value-of select="concat(i18n:translate('component.user2.admin.userDisplay'), ' ', /user/realName)"/>
438438
</xsl:when>
439439
<xsl:otherwise>
440-
<xsl:value-of select="concat(i18n:translate('component.user2.admin.userDisplay'), /user/@name)"/>
440+
<xsl:value-of select="concat(i18n:translate('component.user2.admin.userDisplay'), ' ', /user/@name)"/>
441441
</xsl:otherwise>
442442
</xsl:choose>
443443
</xsl:template>

0 commit comments

Comments
 (0)