修改国际化
parent
f5fda57b26
commit
b7ae3af39f
|
@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue