From c57d65db67346545a7dadb7e1d5f23738358322c Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Mon, 1 Sep 2025 23:46:16 +0800 Subject: [PATCH] :bug: Fix wrong magic spell subject --- DysonNetwork.Pass/Account/MagicSpellService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DysonNetwork.Pass/Account/MagicSpellService.cs b/DysonNetwork.Pass/Account/MagicSpellService.cs index 47fefca..de4fefd 100644 --- a/DysonNetwork.Pass/Account/MagicSpellService.cs +++ b/DysonNetwork.Pass/Account/MagicSpellService.cs @@ -121,7 +121,7 @@ public class MagicSpellService( await email.SendTemplatedEmailAsync( contact.Account.Nick, contact.Content, - localizer["EmailAccountDeletionTitle"], + localizer["EmailPasswordResetTitle"], new PasswordResetEmailModel { Name = contact.Account.Name,