Update "account silenced" alert on edit-meta
Use "silenced" phrasing instead of "suspended"
This commit is contained in:
parent
acb8f5fe5d
commit
0b701c5f7f
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@
|
||||||
<script>
|
<script>
|
||||||
function updateMeta() {
|
function updateMeta() {
|
||||||
if ({{.Suspended}}) {
|
if ({{.Suspended}}) {
|
||||||
alert('Your account is currently supsended, editing posts is disabled.');
|
alert("Your account is silenced, so you can't edit posts.");
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
document.getElementById('create-error').style.display = 'none';
|
document.getElementById('create-error').style.display = 'none';
|
||||||
|
|
Loading…
Add table
Reference in a new issue