Add name section to /http

This commit is contained in:
Lucas Gabriel 2024-10-17 12:25:20 -03:00
parent 529147cce0
commit 97f9412a91
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
4 changed files with 4 additions and 3 deletions

View file

@ -81,5 +81,5 @@
"httpCodeInvalid": "Please enter a valid HTTP code.",
"httpCodeErr": "An error occurred while fetching the HTTP code.",
"httpCodeNotFound": "HTTP code not found.",
"httpCodeResult": "*HTTP Code*: {code}\n*Description*: {description}"
"httpCodeResult": "*HTTP Code*: {code}\n*Name*: `{message}`\n*Description*: {description}"
}