diff --git a/src/main/resources/templates/securedPage.html b/src/main/resources/templates/securedPage.html index 55b35749559211f31c4247b744faedd6d2f0a7bf..c53b626d6307e2c811249e8d8dfa819f902325d2 100644 --- a/src/main/resources/templates/securedPage.html +++ b/src/main/resources/templates/securedPage.html @@ -6,6 +6,6 @@ </head> <body> <h1>Page with authentication</h1> - <a href="#" th:href="@{/}">You're authorised to see this page</a> + <a href="#" th:href="@{/}">You're authorized to see this page</a> </body> </html> \ No newline at end of file