Update PostMenu.vue

This commit is contained in:
Shlee 2022-05-14 19:38:55 +09:30 committed by GitHub
parent c2905835fe
commit d93addfb97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,