We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703d402 commit 31f16c7Copy full SHA for 31f16c7
mir-module/src/main/resources/xsl/user.xsl
@@ -434,10 +434,10 @@
434
<xsl:template name="user-display-name">
435
<xsl:choose>
436
<xsl:when test="/user/realName">
437
- <xsl:value-of select="/user/realName"/>
+ <xsl:value-of select="concat(i18n:translate('component.user2.admin.userDisplay'), ' ', /user/realName)"/>
438
</xsl:when>
439
<xsl:otherwise>
440
- <xsl:value-of select="concat(i18n:translate('component.user2.admin.userDisplay'), /user/@name)"/>
+ <xsl:value-of select="concat(i18n:translate('component.user2.admin.userDisplay'), ' ', /user/@name)"/>
441
</xsl:otherwise>
442
</xsl:choose>
443
</xsl:template>
0 commit comments