Translate some exception message.

pull/174/head
ruibaby 2019-06-01 17:03:47 +08:00
parent 8ee970300c
commit 336382cc59
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ public abstract class AbstractAuthenticationFilter extends OncePerRequestFilter
if (!isInstalled) {
// If not installed
getFailureHandler().onFailure(request, response, new NotInstallException("The blog has not been initialized yet!"));
getFailureHandler().onFailure(request, response, new NotInstallException("当前博客还没有初始化"));
return;
}