Update UserNotes.plugin.js

This commit is contained in:
Mirco Wittrien 2023-06-20 09:24:59 +02:00
parent dbabd1c1ed
commit e8ab557d75
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ module.exports = (_ => {
BDFDB.ModalUtils.open(this, {
size: "LARGE",
header: BDFDB.LanguageUtils.LanguageStrings.USERS + " " + BDFDB.LanguageUtils.LanguageStrings.NOTE,
subHeader: user.username,
subHeader: user.globalName || user.username,
scroller: false,
children: [
BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.TextArea, {