Commit e388030f628f45716ce3107f613c3629862adb41
1 parent
0b6a1d97
Fixed grammar mistake.
Committed by: Megan Watson
Showing
1 changed file
with
1 additions
and
1 deletions
customerrorpage.php
| @@ -73,7 +73,7 @@ $error = strip_tags($error); | @@ -73,7 +73,7 @@ $error = strip_tags($error); | ||
| 73 | <div id="error-container"> | 73 | <div id="error-container"> |
| 74 | <div id="acc-error"> | 74 | <div id="acc-error"> |
| 75 | 75 | ||
| 76 | - <h1>An Has Error Occurred</h1> | 76 | + <h1>An Error Has Occurred</h1> |
| 77 | <p>You have encountered a problem with your document management system.</p> | 77 | <p>You have encountered a problem with your document management system.</p> |
| 78 | <p>Please contact your systems administrator.</p> | 78 | <p>Please contact your systems administrator.</p> |
| 79 | <p>For more information on the error click here: <img src="<?php echo $sRootUrl ?>/resources/graphics/info.gif" style="cursor: pointer;" onclick="Click()" /> | 79 | <p>For more information on the error click here: <img src="<?php echo $sRootUrl ?>/resources/graphics/info.gif" style="cursor: pointer;" onclick="Click()" /> |