Skip to content

Commit 41f9f85

Browse files
authored
Merge pull request #8 from ghost/patch-1
修正错别字
2 parents cab97e8 + 6ffa491 commit 41f9f85

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
@@ -155,7 +155,7 @@ func (this *BaseController) Error501() {
155155
func (this *BaseController) ErrorDb() {
156156
this.Layout = ""
157157
this.Data["content"] = "Database is now down"
158-
this.Data["content_zh"] = "数据库别外星人抢走了"
158+
this.Data["content_zh"] = "数据库被外星人抢走了"
159159
this.TplName = "error.html"
160160
}
161161

0 commit comments

Comments
 (0)