Update PostMenu.vue

pull/3459/head
Shlee 3 years ago committed by GitHub
parent c2905835fe
commit d93addfb97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -160,7 +160,7 @@
});
break;
case 'suspend':
msg = 'Are you sure you want to suspend the account of ' + username + ' ?';
let msg = 'Are you sure you want to suspend the account of ' + username + ' ?';
swal({
title: 'Confirm',
text: msg,

Loading…
Cancel
Save