Merge pull request #330 from ciarand/reword-language-on-error-pages
Reword the language on the error page templatestokarchuk/v1.17
commit
872590d8b5
@ -1,7 +1,7 @@ |
|||||||
{{template "base/head" .}} |
{{template "base/head" .}} |
||||||
{{template "base/navbar" .}} |
{{template "base/navbar" .}} |
||||||
<div id="body" class="container"> |
<div id="body" class="container"> |
||||||
<p>An error is occurred : {{.ErrorMsg}}</p> |
<p>An error has occurred: {{.ErrorMsg}}</p> |
||||||
<p>Application Version: {{AppVer}}</p> |
<p>Application Version: {{AppVer}}</p> |
||||||
</div> |
</div> |
||||||
{{template "base/footer" .}} |
{{template "base/footer" .}} |
Loading…
Reference in new issue