mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 09:27:27 +00:00
feat: enhance error page with localized messages for status codes(1)
Signed-off-by: jang8584 <jang8584@gmail.com>
This commit is contained in:
parent
b2aee1d14a
commit
66747e344e
1 changed files with 3 additions and 0 deletions
|
|
@ -46,3 +46,6 @@ visitDate=Visit Date
|
|||
editOwner=Edit Owner
|
||||
addNewPet=Add New Pet
|
||||
petsAndVisits=Pets and Visits
|
||||
error.404=The requested page was not found.
|
||||
error.500=An internal server error occurred.
|
||||
error.general=An unexpected error occurred.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue