1
This commit is contained in:
@@ -640,7 +640,7 @@ namespace TightWiki.Controllers
|
||||
|
||||
SessionState.SetPageId(page.Id);
|
||||
|
||||
model.SuccessMessage = "The page was saved.";
|
||||
model.SuccessMessage = "保存成功";
|
||||
|
||||
if (string.IsNullOrWhiteSpace(originalNavigation) == false)
|
||||
{
|
||||
@@ -736,7 +736,7 @@ namespace TightWiki.Controllers
|
||||
}
|
||||
else
|
||||
{
|
||||
return NotFound($"[{fileNavigation}] was not found on the page [{pageNavigation}].");
|
||||
return NotFound($"[{fileNavigation}] 无法在页面 [ {pageNavigation} ] 中找到.");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -802,7 +802,7 @@ namespace TightWiki.Controllers
|
||||
}
|
||||
else
|
||||
{
|
||||
return NotFound($"[{fileNavigation}] was not found on the page [{pageNavigation}].");
|
||||
return NotFound($"[{fileNavigation}] 无法在页面 [{pageNavigation}] 中找到.");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -830,7 +830,7 @@ namespace TightWiki.Controllers
|
||||
else
|
||||
{
|
||||
HttpContext.Response.StatusCode = 404;
|
||||
return NotFound($"[{fileNavigation}] was not found on the page [{pageNavigation}].");
|
||||
return NotFound($"[{fileNavigation}] 无法在页面 [{pageNavigation}] 中找到.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user