diff options
Diffstat (limited to 'templates/status/500.tmpl')
-rw-r--r-- | templates/status/500.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/status/500.tmpl b/templates/status/500.tmpl index 07edd3620a..a9eff9e5c3 100644 --- a/templates/status/500.tmpl +++ b/templates/status/500.tmpl @@ -3,8 +3,8 @@ <div id="body" class="container text-center"> <p style="margin-top: 80px"><img src="/img/500.png" alt="404"/></p> {{if .ErrorMsg}}<hr/> - <p>An error is occurred : {{.ErrorMsg}}</p>{{end}} + <p>An error has occurred: {{.ErrorMsg}}</p>{{end}} <hr/> <p>Application Version: {{AppVer}}</p> </div> -{{template "base/footer" .}}
\ No newline at end of file +{{template "base/footer" .}} |