diff --git a/plugins/dynamix/ShareEdit.page b/plugins/dynamix/ShareEdit.page
index 0cbf988d8..7bbebc236 100644
--- a/plugins/dynamix/ShareEdit.page
+++ b/plugins/dynamix/ShareEdit.page
@@ -176,7 +176,7 @@ _(Share status)_:
_(Share status)_:
-: _(Share contains data)_
+: _(Share contains data)_
:share_edit_delete_help:
@@ -354,7 +354,7 @@ var form = document.share_edit;
$(function() {
$.post('/webGui/include/ShareList.php',{scan:"=$name?>"},function(e){
- if (e==1) {$('.empty').show(); $('.full').hide();} else $('.full2').show();
+ if (e==1) {$('.empty').show(); $('.full').hide();} else {$('.full1').hide(); $('.full2').show();}
});
initDropdown(false,true);