|  | @@ -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" .}}
 |