国际化修改
This commit is contained in:
@@ -291,7 +291,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
if (currentLatest == null)
|
||||
{
|
||||
return ResponseOutput.NotOk("当前site没有调研表可以更新,请确认");
|
||||
return ResponseOutput.NotOk(_localizer["TrialSite_NoSurveyToUpdate"]);
|
||||
}
|
||||
|
||||
if (currentLatest.Email != userInfo.ReplaceUserEmailOrPhone)
|
||||
|
||||
Reference in New Issue
Block a user