Turning French 'Moi' into English 'Me'
This commit is contained in:
parent
de7bf08de1
commit
3d84a9c8cd
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue