We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cab97e8 + 6ffa491 commit 41f9f85Copy full SHA for 41f9f85
controllers/HomeControllers/BaseController.go
@@ -155,7 +155,7 @@ func (this *BaseController) Error501() {
155
func (this *BaseController) ErrorDb() {
156
this.Layout = ""
157
this.Data["content"] = "Database is now down"
158
- this.Data["content_zh"] = "数据库别外星人抢走了"
+ this.Data["content_zh"] = "数据库被外星人抢走了"
159
this.TplName = "error.html"
160
}
161
0 commit comments