fix: 修复资源更新toast笔误

This commit is contained in:
MistEO
2023-09-17 15:38:16 +08:00
committed by GitHub
parent ee89b787e1
commit d2967091f6

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();
});
}