修改国际化

master
hang 2024-01-16 14:01:03 +08:00
parent f5fda57b26
commit b7ae3af39f
1 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@ namespace IRaCIS.Application.Services
builder.HtmlBody = string.Format(templateInfo, builder.HtmlBody = string.Format(templateInfo,
$" Dear {userName} , ", $" Dear {userName} , ",
"You are resetting your Email.", "You are resetting your Email",
verificationCode verificationCode
); );
} }
@ -180,7 +180,7 @@ namespace IRaCIS.Application.Services
builder.HtmlBody = string.Format(templateInfo, builder.HtmlBody = string.Format(templateInfo,
"", "",
"You are resetting your password,", "You are resetting your password",
verificationCode verificationCode
); );
} }
@ -246,7 +246,7 @@ namespace IRaCIS.Application.Services
builder.HtmlBody = string.Format(templateInfo, builder.HtmlBody = string.Format(templateInfo,
"", "",
"You are participating in the image reading project of Elevate Imaging LLC.", "You are participating in the image reading project of Elevate Imaging LLC",
verificationCode verificationCode
); );
} }