Shlee пре 3 година
родитељ
комит
d93addfb97
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      resources/assets/js/components/PostMenu.vue

+ 1 - 1
resources/assets/js/components/PostMenu.vue

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