From 7921e60f304f876dd595707b077ad1d4756497a1 Mon Sep 17 00:00:00 2001 From: Ciaran Downey Date: Fri, 25 Jul 2014 20:51:05 -0700 Subject: [PATCH] Change "an error is occurred" to "has occurred" --- templates/status/200.tmpl | 4 ++-- templates/status/500.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/status/200.tmpl b/templates/status/200.tmpl index 0846ad795..16d653034 100644 --- a/templates/status/200.tmpl +++ b/templates/status/200.tmpl @@ -1,7 +1,7 @@ {{template "base/head" .}} {{template "base/navbar" .}}
-

An error is occurred : {{.ErrorMsg}}

+

An error has occurred: {{.ErrorMsg}}

Application Version: {{AppVer}}

-{{template "base/footer" .}} \ No newline at end of file +{{template "base/footer" .}} diff --git a/templates/status/500.tmpl b/templates/status/500.tmpl index 07edd3620..a9eff9e5c 100644 --- a/templates/status/500.tmpl +++ b/templates/status/500.tmpl @@ -3,8 +3,8 @@

404

{{if .ErrorMsg}}
-

An error is occurred : {{.ErrorMsg}}

{{end}} +

An error has occurred: {{.ErrorMsg}}

{{end}}

Application Version: {{AppVer}}

-{{template "base/footer" .}} \ No newline at end of file +{{template "base/footer" .}}