diff --git a/DM_Weight/ViewModels/BindingChannelNewDialogViewModel.cs b/DM_Weight/ViewModels/BindingChannelNewDialogViewModel.cs index b32acd8..acb7f06 100644 --- a/DM_Weight/ViewModels/BindingChannelNewDialogViewModel.cs +++ b/DM_Weight/ViewModels/BindingChannelNewDialogViewModel.cs @@ -575,7 +575,7 @@ namespace DM_Weight.ViewModels if (Status.Equals(true)) { SnackbarBackground = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#00e676")); - SnackbarMessageQueue.Enqueue("标签渲染完成!"); + SnackbarMessageQueue.Enqueue("操作完成!"); Status = false; } GetChannelsByDrawerNo();