diff --git a/v2rayN/v2rayN/Forms/GroupSettingForm.cs b/v2rayN/v2rayN/Forms/GroupSettingForm.cs index 11e5d7ad..0b0d3e4c 100644 --- a/v2rayN/v2rayN/Forms/GroupSettingForm.cs +++ b/v2rayN/v2rayN/Forms/GroupSettingForm.cs @@ -100,7 +100,7 @@ namespace v2rayN.Forms GroupItem groupItem = new GroupItem { id = string.Empty, - remarks = "remarks" + remarks = "Group" }; config.groupItem.Add(groupItem); }