mirror of https://github.com/halo-dev/halo
Translate some exception message.
parent
8ee970300c
commit
336382cc59
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue