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, insira um código HTTP válido.",
"httpCodeErr": "Ocorreu um erro ao buscar o código HTTP.",
"httpCodeNotFound": "Código HTTP não encontrado.",
"httpCodeResult": "*Código HTTP*: {code}\n*Descrição*: {description}"
"httpCodeResult": "*Código HTTP*: `{code}`\n*Nome*: `{message}`\n*Descrição*: `{description}`"
}