diff --git a/files/assets/js/emoji_modal.js b/files/assets/js/emoji_modal.js index 94a87ebc1..e378b7c7a 100644 --- a/files/assets/js/emoji_modal.js +++ b/files/assets/js/emoji_modal.js @@ -190,7 +190,7 @@ emojiRequest.open("GET", '/marsey_list.json'); emojiRequest.onload = async (e) => { let emojis = JSON.parse(emojiRequest.response); if(! (emojis instanceof Array )) - throw new TypeError("[EMOIJ DIALOG] rDrama's server should have sent a JSON-coded Array!"); + throw new TypeError("[EMOJI DIALOG] rDrama's server should have sent a JSON-coded Array!"); let classes = new Set(); const bussyDOM = document.createElement("div");