Skip to content

Commit

Permalink
Merge pull request #469 from TAMULib/2022_dec-permission_spelling
Browse files Browse the repository at this point in the history
Fix spelling of "permissions".
  • Loading branch information
kaladay committed Dec 8, 2022
2 parents 6b53dd7 + af915f2 commit 5423c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/app/views/errors/403.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="error-page well">
<h1>Restricted Access</h1>
<p>Sorry, you do not have sufficient user permisions to access this page. <a href="{{lastRoute}}">Return to safety!</a></p>
<p>Sorry, you do not have sufficient user permissions to access this page. <a href="{{lastRoute}}">Return to safety!</a></p>
</div>

0 comments on commit 5423c43

Please sign in to comment.