mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Change "an error is occurred" to "has occurred"
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| {{template "base/head" .}} | ||||
| {{template "base/navbar" .}} | ||||
| <div id="body" class="container"> | ||||
| 	<p>An error is occurred : {{.ErrorMsg}}</p> | ||||
| 	<p>An error has occurred: {{.ErrorMsg}}</p> | ||||
| 	<p>Application Version: {{AppVer}}</p> | ||||
| </div> | ||||
| {{template "base/footer" .}} | ||||
| {{template "base/footer" .}} | ||||
|   | ||||
| @@ -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" .}} | ||||
| {{template "base/footer" .}} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user