Code cleanup from inspection results

This commit is contained in:
Nabeel Shahzad
2018-08-26 13:50:08 -05:00
parent 0f3424f41e
commit e95b3eb366
76 changed files with 226 additions and 268 deletions

View File

@@ -2,17 +2,17 @@
return [
'401' => [
401 => [
'title' => 'Unauthorized Access',
'message' => 'Well, this is embarrassing, you are not authorized to access or perform this function. '.
'Click <a href=":link">here</a> to go back to the home page.',
],
'404' => [
404 => [
'title' => 'Page Not Found',
'message' => 'Well, this is embarrassing, the page you requested does not exist.'.
'Click <a href=":link">here</a> to go back to the home page.',
],
'503' => [
503 => [
'title' => 'Internal Error',
'message' => 'An Error Occured',
],

View File

@@ -2,17 +2,17 @@
return [
'401' => [
401 => [
'title' => 'Acceso no autorizado',
'message' => 'Bueno, esto es embarazoso, no estás autorizado a acceder o realizar esta acción. '.
'Clic <a href=":link">aquí</a> para retroceder a la página de inicio.',
],
'404' => [
404 => [
'title' => 'Página no encontrada',
'message' => 'Bueno, esto es embarazoso, la página solicitada no existe.'.
'Clic <a href=":link">aquí</a> para retroceder a la página de inicio.',
],
'503' => [
503 => [
'title' => 'Error interno',
'message' => 'Ocurrió un error',
],

View File

@@ -2,17 +2,17 @@
return [
'401' => [
401 => [
'title' => 'Non Autorizzato',
'message' => 'Beh, è imbarazzante, non sei autorizzato ad accedere o ad eseguire questa funzionalità. '.
'Clicca <a href=":link">qui</a> per tornare alla home page.',
],
'404' => [
404 => [
'title' => 'Page Not Found',
'message' => 'Beh, è imbarazzante, la pagina che hai richiesto non esiste.'.
'Clicca <a href=":link">qui</a> per tornare alla home page.',
],
'503' => [
503 => [
'title' => 'Internal Error',
'message' => 'Torniamo subito.',
],