Messaging is

This commit is contained in:
Jeremy "EndenDragon" Zhang 2018-09-14 12:12:36 -07:00 committed by GitHub
parent 293c06c828
commit 10a5fee15e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -757,7 +757,7 @@
$(".wdt-emoji-picker").show();
} else {
$("#messagebox").prop('disabled', true);
$("#messagebox").prop('placeholder', "Messages is disabled in this channel.");
$("#messagebox").prop('placeholder', "Messaging is disabled in this channel.");
$("#upload-file-btn").hide();
$(".wdt-emoji-picker").hide();
}