fix: 修复资源更新toast笔误

This commit is contained in:
MistEO
2023-09-17 15:38:16 +08:00
committed by GitHub
parent 084fefc7b5
commit 83ed8fd39b

View File

@@ -185,7 +185,7 @@ namespace MaaWpfGui.Models
updating = true;
_ = Execute.OnUIThreadAsync(() =>
{
using var toast = new ToastNotification(LocalizationHelper.GetString("GameResourceUpdated"));
using var toast = new ToastNotification(LocalizationHelper.GetString("GameResourceUpdating"));
toast.Show();
});
}