Update "account silenced" alert on edit-meta

Use "silenced" phrasing instead of "suspended"
This commit is contained in:
Matt Baer 2019-12-07 09:08:37 -05:00
parent acb8f5fe5d
commit 0b701c5f7f

View file

@ -270,7 +270,7 @@
<script>
function updateMeta() {
if ({{.Suspended}}) {
alert('Your account is currently supsended, editing posts is disabled.');
alert("Your account is silenced, so you can't edit posts.");
return
}
document.getElementById('create-error').style.display = 'none';