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,