src/main/resources/localization/error.properties

changeset 53
6a8498291606
parent 46
1574965c7dc7
child 77
192298f8161f
--- a/src/main/resources/localization/error.properties	Sat May 16 15:11:07 2020 +0200
+++ b/src/main/resources/localization/error.properties	Sat May 16 15:45:06 2020 +0200
@@ -26,10 +26,11 @@
 h1 = The requested page cannot be displayed.
 errorCode = Code
 
-errorMessage = Message
-errorMessage.404 = Page not found
-errorMessage.403 = Access denied
-errorMessage.500 = Internal error
+errorMessage = Server Message
+code.404 = Page not found
+code.403 = Access denied
+code.500 = Internal error
+code.503 = Service unavailable
 
 errorTimestamp = Timestamp
 errorExceptionText = Internal Exception

mercurial