Skip to content

Commit 03e5680

Browse files
committed
Merge branch 'master' of github.com:TruthHun/DocHub
2 parents 9dce2ae + 41f9f85 commit 03e5680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/HomeControllers/BaseController.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func (this *BaseController) Error501() {
156156
func (this *BaseController) ErrorDb() {
157157
this.Layout = ""
158158
this.Data["content"] = "Database is now down"
159-
this.Data["content_zh"] = "数据库别外星人抢走了"
159+
this.Data["content_zh"] = "数据库被外星人抢走了"
160160
this.TplName = "error.html"
161161
}
162162

0 commit comments

Comments
 (0)