Turning French 'Moi' into English 'Me'

This commit is contained in:
David Négrier 2021-01-21 10:16:08 +01:00
parent de7bf08de1
commit 3d84a9c8cd

View File

@ -170,7 +170,7 @@ export class DiscussionManager {
const pMessage: HTMLParagraphElement = document.createElement('p'); const pMessage: HTMLParagraphElement = document.createElement('p');
const date = new Date(); const date = new Date();
if(isMe){ if(isMe){
name = 'Moi'; name = 'Me';
} }
pMessage.innerHTML = `<span style="font-weight: bold">${name}</span> pMessage.innerHTML = `<span style="font-weight: bold">${name}</span>
<span style="color:#bac2cc;display:inline-block;font-size:12px;"> <span style="color:#bac2cc;display:inline-block;font-size:12px;">