Turning French 'Moi' into English 'Me'
This commit is contained in:
parent
de7bf08de1
commit
3d84a9c8cd
@ -170,7 +170,7 @@ export class DiscussionManager {
|
||||
const pMessage: HTMLParagraphElement = document.createElement('p');
|
||||
const date = new Date();
|
||||
if(isMe){
|
||||
name = 'Moi';
|
||||
name = 'Me';
|
||||
}
|
||||
pMessage.innerHTML = `<span style="font-weight: bold">${name}</span>
|
||||
<span style="color:#bac2cc;display:inline-block;font-size:12px;">
|
||||
|
Loading…
Reference in New Issue
Block a user