Change unique name layout

This commit is contained in:
Paul Szymanski 2020-07-12 14:51:58 +02:00 committed by PaulSzymanski
parent d89a92b217
commit 695d00bd97
2 changed files with 2 additions and 2 deletions

View file

@ -495,7 +495,7 @@ class Snapdrop {
// set display name
Events.on('displayName', e => {
$("displayName").textContent = "[ " + e.detail.message + " ]";
$("displayName").textContent = "You are known as " + e.detail.message;
});
}
}