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": "Por favor, ingrese un código HTTP válido.",
"httpCodeErr": "Ocurrió un error al buscar el código HTTP.",
"httpCodeNotFound": "Código HTTP no encontrado.",
"httpCodeResult": "*Código HTTP*: {code}\n*Descripción*: {description}"
"httpCodeResult": "*Código HTTP*: {code}\n*Nombre*: `{message}`\n*Descripción*: {description}"
}