Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TruthHun/DocHub
Browse files Browse the repository at this point in the history
  • Loading branch information
TruthHun88 committed Aug 15, 2018
2 parents 9dce2ae + 41f9f85 commit 03e5680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/HomeControllers/BaseController.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func (this *BaseController) Error501() {
func (this *BaseController) ErrorDb() {
this.Layout = ""
this.Data["content"] = "Database is now down"
this.Data["content_zh"] = "数据库别外星人抢走了"
this.Data["content_zh"] = "数据库被外星人抢走了"
this.TplName = "error.html"
}

Expand Down

0 comments on commit 03e5680

Please sign in to comment.