Skip to content

Commit

Permalink
Fix spelling of permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladay committed Dec 8, 2022
1 parent 6b53dd7 commit af915f2
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 af915f2

Please sign in to comment.